Get Routing Preferences

GET {{baseUrl}}/api/v1/routingPreferences?departmentId=<long>

This API is used to Get the Routing Preferences for a Department

OAuth Scope

  • Desk.settings.READ

Request Params

KeyDatatypeRequiredDescription
departmentIdstringDepartment Id

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;assignBacklog&quot;:true,&quot;assignToOfflineAgents&quot;:true,&quot;thresholdLimit&quot;:&quot;40&quot;,&quot;backLogLimit&quot;:&quot;5&quot;,&quot;isThresholdEnabled&quot;:true,&quot;departmentId&quot;:&quot;1000000013248&quot;,&quot;assignBacklogsBy&quot;:&quot;DUEDATE&quot;,&quot;freshTicketAssignMode&quot;:&quot;IMMEDIATE&quot;}