Skip to main content
GET
List the worker loan requests open for the leilão

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

data_hora_inicio
string<date-time>
required

Listing window start, RFC 3339 (rail dataHoraInicio, Obrigatório Sim — Manual 001 v1.9 §3.2.2 p.16).

Example:

"2026-08-17T00:00:00Z"

data_hora_fim
string<date-time>
required

Listing window end, RFC 3339 (rail dataHoraFim, Obrigatório Sim). It must follow data_hora_inicio and lie in the PAST — the rail refuses an end ahead of its own clock with code GR (Manual 001 v1.9 §3.2.1 p.15), so leave a margin of a minute or so for clock drift between the two organizations. The span is capped at 365 days by this gateway.

Example:

"2026-08-18T00:00:00Z"

page
integer<int64>
default:1

1-based page number, relayed to the rail's nroPagina. The rail owns the page size (Manual 001 v1.9 §3.2.1 p.15: a system parameter, 250 results per page); this surface serves exactly one page per call.

Required range: x >= 1
Example:

1

Response

OK

has_more
boolean
required

Whether at least one further page exists. Derived from the rail's total-pages / total-elements metadata, so a caller never has to re-derive pagination arithmetic.

Example:

true

page
integer<int64>
required

The 1-based page index this response represents, echoing the requested page.

Example:

1

size
integer<int64>
required

The page size this response represents. The RAIL owns it — Manual 001 v1.9 §3.2.1 p.15 publishes it as a system parameter of 250 results per page.

Example:

250

solicitacoes
object[] | null
required

The worker loan requests on this page. An empty list is the rail's answer, not an error.