Get department dimensions.

GET /api/DepartmentDimension

This request should be used to retrieve the department dimension data for specified engagement(s). This includes department name and department code. The data contained here will be similar to what can be seen in Task Manager under Administration->Companies and Departments.

Query parameters

  • Short Guid of desired engagement Ex - ESXmkya-nEeWMX-7_3fSxA or Guid of desired engagement Ex - 45c31339-96d0-4262-b051-c00f392685c1

Responses

GET /api/DepartmentDimension
curl \
 -X GET https://analyticsapi.adra.com/taskmanager/api/DepartmentDimension
Response examples (200)
[
  {
    "DepartmentKey": 384,
    "EngagementKey": "45c31339-96d0-4262-b051-c00f392685c1",
    "DepartmentCode": "344",
    "DepartmentName": "A departmnet"
  }
]