cURL
curl --request GET \ --url https://api.example.com/v2/analytics/tasks/dashboard \ --header 'Authorization: Bearer <token>'
{ "weekly_progress": { "completed": 1, "total": 1, "open_count": 1, "percentage": 0 }, "summary": { "payment_promises_due_today": 1, "invoices_due_today_amount": 1, "invoices_due_today_customers": 1 }, "action_groups": { "respond_to": [ { "count": 1, "amount": 1, "customer_count": 1, "action_type": "disputes" } ], "collect": [ { "count": 1, "amount": 1, "customer_count": 1, "action_type": "disputes" } ] }, "charts": { "by_age": [ { "label": "<string>", "count": 1, "id": "<string>" } ], "by_type": [ { "label": "<string>", "count": 1, "id": "<string>" } ], "by_customer": [ { "label": "<string>", "count": 1, "id": "<string>" } ] } }
Get task dashboard data including weekly progress, action groups, and charts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by specific assignee IDs.
Successful Response
Show child attributes