Get Open Accounts by Remaining Amount
GET {{baseUrl}}/accounts?limit=100&offset={{offset}}&query=(status.name = "Open" and remaining >=/number {{minimumRemainingFine}}) sortBy id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | string | ||
query | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-okapi-tenant | string | ||
x-okapi-token | string |