Skip to main content
GET
List variance report

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 ruta

contextId
string<uuid>
requerido

The unique identifier of the reconciliation context.

Parámetros de consulta

date_from
string<date>
requerido

Start date (YYYY-MM-DD)

date_to
string<date>
requerido

End date (YYYY-MM-DD)

source_id
string

Source ID filter

cursor
string

The cursor value for retrieving the next page of results.

limit
integer
predeterminado:20

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 200
sort_order
enum<string>
predeterminado:desc

Sort order by date

Opciones disponibles:
asc,
desc

Respuesta

Paginated variance analysis report

Cursor-paginated variance analysis report

items
object[]

List of variance report rows

pagination
object

Cursor-based pagination metadata for report endpoints. Both fields are opaque base64-encoded JSON cursor tokens; treat them as strings and pass them back unchanged in the cursor query parameter to navigate. An empty string means there is no further page in that direction.