API ReferenceDashboard Widget
Dedicated action for widget to return chart data of upcoming tasks.
Dedicated action for widget to return chart data of upcoming tasks.
Authorization
apiKey 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}