Query Dimension Values

Get a list of all values for a Dimension.

Note, this will return both fixed and auto generated values.

Path Params
string
required

The name of the space (database) assigned to you.

string
required
Query Params
string

Only returns Dimension Values where the value or the description contains the searchText

int32
Defaults to 0

Used together with pageSize. First page is zero, which is also the default.

int32
Defaults to 100

Specifies the number of content items to return per page. Default is 100.

string
Defaults to entityId

Overrides the default sorting. Useful together with pagination.
One or more sort attributes can be specified, and it's possible to control ascending or descending order,
for example 'category,-created' sorts first by category in ascending order and then created in descending order.

The supported fields are id, bizId, name, category, type, subType, state, assignedTo, created and , updated.

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json