Departments
Number of APIs: 15
-
Delete department logo DELETE {{baseUrl}}/api/v1/departments/:department_id/logo
-
Get department GET {{baseUrl}}/api/v1/departments/:department_id
-
List departments GET {{baseUrl}}/api/v1/departments
-
List agents in department GET {{baseUrl}}/api/v1/departments/:department_id/agents
-
Get department count GET {{baseUrl}}/api/v1/departments/count
-
Get department details by department IDs GET {{baseUrl}}/api/v1/departmentsByIds?departmentIds=:department_ids?departmentIds=<long>
-
Check for duplicate departments GET {{baseUrl}}/api/v1/departments/checkExists?departmentName=<string> max chars : 150
-
Add department POST {{baseUrl}}/api/v1/departments
-
Update department PATCH {{baseUrl}}/api/v1/departments/:department_id
-
Disable department POST {{baseUrl}}/api/v1/departments/:department_id/disable