List accountant tasks grouped by purchase order
GET/accountant-task-groups
Retrieve accountant tasks grouped by purchase order, paginated at the PO level. Each group contains all non-deleted tasks of its PO (any status); the filter only selects which POs appear. Tasks without a PO are returned as single-task groups.
Filters AND together on top of the role scope and the filter
bucket, and select which POs appear rather than which tasks a group
contains. 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 task groups
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
Delay in seconds a client must wait before retrying the request
Internal server error