Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Identifier for the tenant. Ensures data isolation per tenant.
Workspace identifier within the tenant. Scopes resources to a specific workspace.
Unique identifier of the target environment. Used to scope the API call to a specific deployment environment.
"PRODUCTION-15a0f8c2-a5e8-4e40-ae74-cb1389d22f45-w49jkngj"
Path Parameters
Internal identifier of the content model to search (e.g. blogPost).
Query Parameters
Specifies the language or region for the response data
Flag to include meta details of the specified fields. When true, includes metadata for each returned field.
Body
Sort direction for records: asc(ascending) or desc(descending).
Field name to sort results by (e.g. created_at).
Maximum number of records to return. Default is 20.
Skips the specified number of results from the beginning.
Comma-separated list of fields to include (e.g. title,slug). Returns the specified fields in the result.
Filter applied to child components. Must include component_name to identify the relevant data.
Filter applied to child components. Must include component_name to identify the relevant data.
Defines the logical connection i.e., (AND/OR) between parent and child filters. Defaults to 'AND'.
AND, OR Determines which filter group (parent or child) takes priority. Defaults to parent.
parent, child Specifies the name of the related field used for joining models.
Comma-separated fields to include for related models in the result.
Lifecycle state ('PUBLISHED'/'DRAFT') of records to retrieve. Defaults to PUBLISHED.
PUBLISHED, DRAFT