API ReferenceTask
Retrieves task reported time summary
Retrieves task reported time summary
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
Task identifier
Query Parameters
userId?string
Format
uuidResponse Body
curl -X GET "https://example.com/project/tasks/string/reported-time-sum"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "reportedTimeSum": 0}