Departments

Number of APIs: 15

  1. Delete department logo DELETE {{baseUrl}}/api/v1/departments/:department_id/logo

  2. Get department GET {{baseUrl}}/api/v1/departments/:department_id

  3. List departments GET {{baseUrl}}/api/v1/departments

  4. List agents in department GET {{baseUrl}}/api/v1/departments/:department_id/agents

  5. Get department count GET {{baseUrl}}/api/v1/departments/count

  6. Get department details by department IDs GET {{baseUrl}}/api/v1/departmentsByIds?departmentIds=:department_ids?departmentIds=<long>

  7. Check for duplicate departments GET {{baseUrl}}/api/v1/departments/checkExists?departmentName=<string> max chars : 150

  8. Add department POST {{baseUrl}}/api/v1/departments

  9. Update department PATCH {{baseUrl}}/api/v1/departments/:department_id

  10. Disable department POST {{baseUrl}}/api/v1/departments/:department_id/disable