Get summation of Account Time Entries

GET {{baseUrl}}/api/v1/accounts/:account_id/timeEntrySummation

This API fetches summation of time entries for an account from your help desk

OAuth Scope

  • Desk.contacts.READ

Request Params

KeyDatatypeRequiredDescription
modulestringModule Preference. It can be either tickets tasks
departmentIdstringID of the department
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}