Pular para o conteúdo principal
GET
Listar ordens (admin)

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

institutionId
string
obrigatório

The institution's unique identifier (UUID).

Exemplo:

"550e8400-e29b-41d4-a716-446655440000"

Parâmetros de consulta

status
string

Filter by judicial order status.

Exemplo:

"PENDING"

tipo_ordem
string

Filter by order type.

Exemplo:

"BLOQUEIO"

periodo_inicio
string

Period start (RFC3339).

Exemplo:

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

periodo_fim
string

Period end (RFC3339).

Exemplo:

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

cpf_cnpj
string

Filter by subject CPF/CNPJ (tokenized server-side).

Exemplo:

"52998224725"

doc_type
string

Subject document type (cpf or cnpj; inferred when absent).

Exemplo:

"cpf"

limit
integer<int64>

Maximum items per page.

Exemplo:

50

offset
integer<int64>

Pagination offset.

Exemplo:

0

Resposta

OK

data
object[] | null
obrigatório
limit
integer<int64>
obrigatório
offset
integer<int64>
obrigatório
total
integer<int64>
obrigatório