Get summation of Task Time Entries
GET {{baseUrl}}/api/v1/tasks/:task_id/timeEntrySummation
This API fetches the sum of time entries associated with a task.
OAuth Scope
Desk.activities.READ
Desk.activities.tasks.READ
Desk.tasks.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
billStatus | string | Key that filters time entries, based on their billing status: nonBillable , billable or billed |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"totalMins":5,"totalHours":12,"totalCosts":1000,"totalSeconds":24}