Get the company dimension. Run in API Explorer
This request should be used to retrieve the company dimension data for specified engagement(s). This includes company name and company code. The data contained here will be similar to what can be seen in Task Manager under Administration->Companies and Departments.
GET
/api/CompanyDimension
curl \
--request GET 'https://analyticsapi.adra.com/taskmanager/api/CompanyDimension' \
--user "username:password"
Response examples (200)
[
{
"CompanyKey": 575,
"CompanyCode": "566",
"CompanyName": "A - company",
"EngagementKey": "45c31339-96d0-4262-b051-c00f392685c1"
}
]