Skip to main content
GET
List reconciliation contexts

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de consulta

limit
integer
predeterminado:20

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

type
enum<string>

Filter by context type

Opciones disponibles:
1:1,
1:N,
N:M
status
enum<string>

Filter by context status

Opciones disponibles:
DRAFT,
ACTIVE,
PAUSED,
ARCHIVED

Respuesta

List of contexts with cursor pagination

Cursor-paginated list of reconciliation contexts

items
object[]

List of reconciliation contexts

nextCursor
string
Ejemplo:

"eyJpZCI6IjEyMyJ9"

limit
integer
Rango requerido: 1 <= x <= 200
Ejemplo:

20

prevCursor
string
Ejemplo:

"eyJpZCI6IjEyMiJ9"

hasMore
boolean
Ejemplo:

true