Skip to main content
GET
Movimento financeiro report

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

fromDate
string
required

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

Example:

"2026-05-01"

toDate
string
required

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

Example:

"2026-05-31"

messageType
string

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

Response

OK

correlationId
string
required

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

Example:

"req-7a3f9c2e"

fromDate
string
required

RFC3339 UTC inclusive lower bound of the queried range.

Example:

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

rows
object[] | null
required

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

toDate
string
required

RFC3339 UTC inclusive upper bound of the queried range.

Example:

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

totals
object[] | null
required

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