Get engagement dimension. Run in API Explorer

GET /api/EngagementDimension

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

Responses

  • 200 application/json
  • 404 application/json

    Not Found

  • 400 application/json

    Bad Request

  • 500 application/json

    Internal Server Error

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"
  }
]