Developers

Retrieves task reported time summary

GET
/project/tasks/{id}/reported-time-sum

Retrieves task reported time summary

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Task identifier

Query Parameters

userId?string
Formatuuid

Response Body

curl -X GET "https://example.com/project/tasks/string/reported-time-sum"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "reportedTimeSum": 0}