Skip to main content
GET
List XSD Schemas

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parámetros de consulta

limit
integer<int64>
predeterminado:10

Number of items per page (1-100).

Ejemplo:

10

cursor
string

Pagination cursor (opaque).

sortBy
string

Sort field.

Ejemplo:

"createdAt"

sortOrder
string

Sort order (ASC or DESC).

Ejemplo:

"DESC"

Respuesta

Indicates that the request was successful and the response contains the requested data.

hasMore
boolean
requerido
Ejemplo:

true

items
object[] | null
requerido
nextCursor
string
requerido
Ejemplo:

"eyJpZCI6IjAxOGYzZTJhIn0="