List XSD Schemas
Use this endpoint to retrieve a paginated list of the tenant’s XSD schemas. The response carries metadata only, without the schema content.
GET
List XSD Schemas
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Query Parameters
Number of items per page (1-100).
Example:
10
Pagination cursor (opaque).
Sort field.
Example:
"createdAt"
Sort order (ASC or DESC).
Example:
"DESC"

