List field values

Returns all currently saved values for a specific field, for example categories or assignedTo, across all Entities.
It enables user interfaces to present default values and support predictive typing.
Note, only the first 100 values are returned;

Path Params
string
required

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

string
required

The name of a the Entity field for which the values should be returned, for example name, type, category, assignedTo.
If subType is specified, the returned value contains both the type and subType.

Query Params
string

Limits the result by only returning values containing this search-string. The search string is not case sensitive, so searching for 'b' Would find both 'abc' and 'ABc'

boolean
Defaults to false

If false or ommitted, the values will be returned in alphabetical order. If true, the returned values will be sorted with the most common values first.

Response

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