Get summation of Ticket Time Entries
GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntrySummation
This API fetches the sum of time entries associated with a ticket.
OAuth Scope
Desk.tickets.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
module | string | Module from which the time entries must be fetched. Values allowed are tickets and tasks . | |
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}