Query Forms

Path Params
string
required

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

Query Params
string

Limits the result by category. The * wildcard is supported.

state
array of strings

Limits result to one or more (comma-separated) specific states

state
string

Limits the result by looking for the search string within the Entity's id, business id, name and description.
The * wildcard is supported, but is automatically added to the beginning and end. The search string is NOT case sensitive.

string

Limits the result to Entities assigned to a specific user. The * wildcard is supported. Not case sensitive.

string

Limits the result analysing the Entities' Dimension Gate to ensure that is matches the passed in Dimensions.

The format for this parameter is <dimension>:<value>;<dimension>:<value>;... etc, for example country:US;language:en;channel:email

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