Get TimeTrack Settings

GET {{baseUrl}}/api/v1/timeTrackSettings?depId=<long>

This API fetches the details of the TimeTrack Settings configured in your helpdesk.

OAuth Scope

  • Desk.settings.READ

Request Params

KeyDatatypeRequiredDescription
depIdstringID of the department

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;ticketPreference&quot;:{&quot;autoTrackAction&quot;:{&quot;fieldUpdate&quot;:true,&quot;onChatComplete&quot;:true,&quot;onRemoteAssist&quot;:true,&quot;commentActions&quot;:true,&quot;approvalActions&quot;:true,&quot;sendReply&quot;:true,&quot;manualDraft&quot;:true,&quot;resolutionActions&quot;:true,&quot;attachmentActions&quot;:true},&quot;isReviewTime&quot;:&quot;false&quot;,&quot;isAutoPause&quot;:&quot;true&quot;,&quot;isAutoTimer&quot;:&quot;true&quot;,&quot;isHideTimeTracking&quot;:&quot;false&quot;},&quot;billingType&quot;:&quot;SPECIFIC_COST_PER_AGENT&quot;,&quot;activityPreference&quot;:{&quot;isTasksEnabled&quot;:&quot;true&quot;,&quot;trackMode&quot;:&quot;CONSECUTIVE&quot;,&quot;isEventsEnabled&quot;:&quot;true&quot;,&quot;canAutoTrackCalls&quot;:&quot;true&quot;},&quot;fixedCost&quot;:&quot;1000&quot;,&quot;profiles&quot;:[{&quot;cost&quot;:&quot;100&quot;,&quot;id&quot;:&quot;1&quot;},{&quot;cost&quot;:&quot;200&quot;,&quot;id&quot;:&quot;2&quot;}],&quot;depId&quot;:&quot;1892000000006907&quot;,&quot;isTimeTracking&quot;:&quot;true&quot;,&quot;isBillable&quot;:&quot;true&quot;,&quot;agents&quot;:[{&quot;cost&quot;:&quot;100&quot;,&quot;id&quot;:&quot;1&quot;},{&quot;cost&quot;:&quot;200&quot;,&quot;id&quot;:&quot;2&quot;}]}