Check for duplicate departments

GET {{baseUrl}}/api/v1/departments/checkExists?departmentName=<string> max chars : 150

This API checks if multiple departments have the same name.

OAuth Scope

  • Desk.settings.READ
  • Desk.basic.READ

Request Params

KeyDatatypeRequiredDescription
departmentNamestringName of the department for which you want to check duplicate entries

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;isDepartmentNameExist&quot;:true}