Developers
API ReferenceDashboard Widget

Dedicated action for widget to return chart data of upcoming tasks.

GET
/project/tasks/scheduler-summary

Dedicated action for widget to return chart data of upcoming tasks.

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

projectId?string

Project id of project that data need to be filtered

userId?string

Id of current user if want only data of this user

Response Body

curl -X GET "https://example.com/project/tasks/scheduler-summary"
{  "tasksTodo": 0,  "tasksInProgress": 0,  "tasksDone": 0,  "tasksAfterDeadline": 0}