listCustomerTasks
GET/customer-accounts/:id/tasks
Returns a paginated list of tasks for the given customer from the last 12 months.
The list is ordered as follows:
- Incomplete overdue tasks, sorted by due date in ascending order (the earliest overdue task appears first);
- Incomplete upcoming tasks, sorted by due date in ascending order (the task with the nearest upcoming due date appears first);
- Completed tasks, sorted by due date in descending order (the most recently due completed task appears first).
Request
Responses
- 200
- 400
Tasks list response
Bad request