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
Autorizaciones
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Parámetros de consulta
Number of items per page (1-100).
Ejemplo:
10
Pagination cursor (opaque).
Sort field.
Ejemplo:
"createdAt"
Sort order (ASC or DESC).
Ejemplo:
"DESC"

