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
Key | Datatype | Required | Description |
---|---|---|---|
departmentName | string | Name of the department for which you want to check duplicate entries |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"isDepartmentNameExist":true}