Developers

Get tasks summary for current user

GET
/project/tasks/my-summary

Get tasks summary for current user

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

projectId?string

Id of project for widget

Response Body

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