Skip to main content
GET
Enumerar las solicitudes de préstamos de trabajadores abiertas para el leilão

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

data_hora_inicio
string<date-time>
requerido

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

Ejemplo:

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

data_hora_fim
string<date-time>
requerido

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.

Ejemplo:

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

page
integer<int64>
predeterminado: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.

Rango requerido: x >= 1
Ejemplo:

1

Respuesta

OK

has_more
boolean
requerido

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.

Ejemplo:

true

page
integer<int64>
requerido

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

Ejemplo:

1

size
integer<int64>
requerido

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.

Ejemplo:

250

solicitacoes
object[] | null
requerido

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