/filters/{id}/dimensions/{name}/options
GET
Get a list of all options which will be used to filter the dimension
Responses
200: A list of all options for a dimension was returned
Example value
{
"items": [
{
"links": {
"dimension": {
"href": "http://localhost:8080/filters/bd67930a-2856-44b3-a87a-e9e5fb832324/dimensions/aggregate",
"id": "aggregate"
},
"filter": {
"href": "http://localhost:8080/filters/bd67930a-2856-44b3-a87a-e9e5fb832324",
"id": "bd67930a-2856-44b3-a87a-e9e5fb832324"
},
"self": {
"href": "http://localhost:8080/filters/bd67930a-2856-44b3-a87a-e9e5fb832324/dimensions/aggregate/options/cpih1dim1T10000",
"id": "cpih1dim1T10000"
}
},
"option": "cpih1dim1T10000"
}
],
"limit": 0,
"offset": 0,
"total_count": 0
}