Get frequency dimension. Run in API Explorer

GET /api/FrequencyDimension

This request should be used to retrieve the frequency data for specified engagement(s). This includes the types of frequencies seen in the engagement as well as codes that are used on each task.

Responses

  • 200 application/json
  • 404 application/json

    Not Found

  • 400 application/json

    Bad Request

  • 500 application/json

    Internal Server Error

GET /api/FrequencyDimension
curl \
 --request GET 'https://analyticsapi.adra.com/taskmanager/api/FrequencyDimension' \
 --user "username:password"
Response examples (200)
[
  {
    "Code": "0",
    "TypeName": "Adhoc",
    "FrequencyKey": 1
  }
]