Finds content records within a content definition by matching a specific property value, with pagination and sorting.

Behavior: Searches for content records in the specified content definition where the given property name matches the provided value. Results are paginated and sorted according to the supplied parameters.

Authorization: Requires authentication and the user must have permission to the specified content definition.

Side Effects: None.

Error Scenarios: Returns 400 Bad Request if the content definition ID refers to asset metadata or assets, if the content definition is invalid, if the user lacks permission, or if the search result is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content definition to search within.

Query Params
string

The name of the property to match against.

string

The value to search for in the specified property.

string

The column name to sort by. Defaults to the system default sort column.

boolean
Defaults to false

Whether to sort in descending order. Defaults to the system default.

int32
Defaults to 0

The zero-based page index. Defaults to the system default.

int32
Defaults to 100

The number of records per page. Defaults to the system default.

uuid

Optional language filter GUID for multilingual content.

Responses

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