Retrieves all content records for a given content definition with pagination and sorting support.

Behavior: Returns a paginated, sorted list of content records belonging to the specified content definition. Excludes asset metadata and asset content definitions, which must be accessed through the Asset endpoint.

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 ID is invalid, if the user lacks permission, or if the result is null.

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

The unique identifier of the content definition to retrieve content for.

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