Skip to main content
GET
Listar os pedidos de empréstimo trabalhista abertos para o leilão

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

data_hora_inicio
string<date-time>
obrigatório

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

Exemplo:

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

data_hora_fim
string<date-time>
obrigatório

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.

Exemplo:

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

page
integer<int64>
padrão: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.

Intervalo obrigatório: x >= 1
Exemplo:

1

Resposta

OK

has_more
boolean
obrigatório

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.

Exemplo:

true

page
integer<int64>
obrigatório

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

Exemplo:

1

size
integer<int64>
obrigatório

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.

Exemplo:

250

solicitacoes
object[] | null
obrigatório

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