Get engagement dimension. Run in API Explorer
This request should be used to retrieve the engagement dimension data for specified engagement(s). This includes the engagement name and an engagement key that is used to form relationships to other dimensions.
GET
/api/EngagementDimension
curl \
--request GET 'https://analyticsapi.adra.com/taskmanager/api/EngagementDimension' \
--user "username:password"
Response examples (200)
[
{
"ShortGuid": "1SqawAw2",
"EngagementKey": "96635f8e-5ef4-431c-8d06-257e41243cf2",
"EngagementName": "Analytics Test Engagement"
}
]