Skip to main content
GET
Reporte de movimiento financiero (movimento financeiro)

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

fromDate
string
requerido

Inclusive range start (RFC3339 timestamp or YYYY-MM-DD).

Ejemplo:

"2026-05-01"

toDate
string
requerido

Inclusive range end (RFC3339 timestamp or YYYY-MM-DD). A bare date snaps to end-of-day.

Ejemplo:

"2026-05-31"

messageType
string

Optional STR/LPI message-code filter (e.g. STR0008).

Respuesta

OK

correlationId
string
requerido

Request-scoped correlation identifier echoing X-Request-ID.

Ejemplo:

"req-7a3f9c2e"

fromDate
string
requerido

RFC3339 UTC inclusive lower bound of the queried range.

Ejemplo:

"2026-05-01T00:00:00Z"

rows
object[] | null
requerido

Per (messageType, direction) SUM(amount) + COUNT, ordered by messageType then direction.

toDate
string
requerido

RFC3339 UTC inclusive upper bound of the queried range.

Ejemplo:

"2026-05-31T23:59:59Z"

totals
object[] | null
requerido

Grand total (SUM + COUNT) per direction across every messageType.