Query a User's access keys



Required Role(s):
user_admin (unless querying yourself)

Path Params
string
required

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

string
required
Query Params
string

Query field used to limit the result by other attributes.

Supported attributes are: state

See Query instructions for format.

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:
*/*