Developers
API ReferenceDashboard Widget

Dedicated action for widget to return tasks by project chart.

GET
/project/my-tasks-by-project-chart

Dedicated action for widget to return tasks by project chart.

Authorization<token>

Value for the Authorization header parameter.

In: header

Response Body

curl -X GET "https://example.com/project/my-tasks-by-project-chart"
[  {    "projectId": 0,    "taskCount": 0,    "projectName": 0,    "projectShortCode": 0  }]