Dimension

List Dimensions

Retrieve the ids of dimensions matching the filtering criteria

post/v1/dimensions/list

Request body

Example request

{
  "sort": [
    {
      "column": "Name"
    }
  ]
}

Response

Listed successfully

resultsstring[]

List of result identifiers

Changes