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
Key | Datatype | Required | Description |
---|---|---|---|
module | string | Module Preference. It can be either tickets tasks | |
departmentId | string | ID of the department | |
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}