API ReferenceTask
Get tasks summary for current user
Get tasks summary for current user
Authorization
apiKey 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}