/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
{
"type": "array",
"items": {
"description": "An option for a dimension to filter on a dataset. Information on a dimension option can be gathered using the `Dataset API`",
"type": "object",
"properties": {
"dimension_option_url": {
"description": "A link to a filtered dimension option",
"type": "string"
},
"option": {
"description": "The filtered dimension option",
"type": "string"
}
}
}
}
400: Filter was not found
Example value
null
404: Dimension name was not found
Example value
null
500: Failed to process the request due to an internal error
Example value
null