List accountant tasks
GET/accountant-tasks
Retrieve a list of accountant tasks with pagination and filters.
Use the filter param to select a sidebar menu item.
Filters AND together on top of the role scope and the filter
bucket. Every filter is whole-list SQL, so pagination.total always
describes the filtered list, not the page. Multi-select params are
repeated (suppliers=1&suppliers=2); the [] alias is accepted, CSV is not.
An unparseable value is a 400.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Successfully retrieved tasks
Bad request
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error