Get engagement dimension.
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.
Query parameters
-
engagement string
Short Guid of desired engagement Ex - ESXmkya-nEeWMX-7_3fSxA or Guid of desired engagement Ex - 45c31339-96d0-4262-b051-c00f392685c1
GET
/api/EngagementDimension
curl \
-X GET https://analyticsapi.adra.com/taskmanager/api/EngagementDimension
Response examples (200)
[
{
"ShortGuid": "1SqawAw2",
"EngagementKey": "96635f8e-5ef4-431c-8d06-257e41243cf2",
"EngagementName": "Analytics Test Engagement"
}
]