Get a list of options from a dimension (filterable and cantabular datasets only)
Get a list of options which appear in this dimension and dataset. By default all options are returned, but a subset can be requested by providing offset and limit query parameters, or by providing the list of option IDs, only the IDs that are found will be returned.
Path parameters
A dimension from a dataset
An edition of a dataset
ID that represents a dataset
A version of a dataset
Query parameters
Maximum number of items that will be returned. A value of zero will return zero items.
Starting index of the items array that will be returned. By default it is zero, meaning that the returned items will start from the beginning.
List of ids, as comma separated values and/or as multiple query parameters with the same key (e.g. 'id=op1,op2&id=op3'). It defines the IDs that we want to retrieve. If provided, it takes precedence over offset and limit.
Response
Json object containing all options for a dimension