Skip to main content
GET
List what each averbado contract of this tenant still owes

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

quitado
enum<string>

Narrows the page to settled obligations (true) or to the ones still paying (false). Omitted means the whole book, which is never the same as either half.

Opções disponíveis:
true,
false
Exemplo:

"false"

after
string

The previous page's page.next_after. Omitted starts at the lowest contract number. A cursor this service did not mint is refused, never restarted from the top.

Exemplo:

"eyJ2IjoxLCJyIjoiYm9hcmQiLCJ0IjoiMjAyNi0wOC0xNFQwOToxMjozM1oiLCJrIjpbImMwMDEyIl19"

limit
integer<int64>

Maximum number of obligations to return. Omitted means the ceiling of 200.

Intervalo obrigatório: 1 <= x <= 200
Exemplo:

50

Resposta

OK

items
object[]
obrigatório
page
object
obrigatório