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

KeyDatatypeRequiredDescription
billStatusstringKey that filters time entries, based on their billing status: nonBillable , billable or billed

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"totalMins":5,"totalHours":12,"totalCosts":1000,"totalSeconds":24}