Pagination

GET https://{{base_url}}/v3/content_types/{{content_type_uid}}/entries?include_count=true&skip=2&limit=7

The 'Get all entries' API request returns only the first 100 entries of the specified content type. Similarly, the 'Get all assets' request fetches the first 100 assets of a particular stack.

To use the API Request, you'll need to use the Delivery Token of the respective environment.
Read more about it in Authentication.


For more information, refer to the Pagination API Reference document

Request Params

KeyDatatypeRequiredDescription
localestringEnter the code of the language of which the entries needs to be included. Only the entries published in this locale will be displayed.
include_countbooleanSet this parameter to 'true' to include in response the total count of entries available in a content type.
skipnumberEnter the actual query that will be executed to retrieve entries. This query should be in JSON format.
limitnumberEnter the maximum number of entries to be returned.
include_branchbooleanSet this to true to include the _branch top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of your stack.
access_tokenstringEnter the environment-specific delivery token of your stack. Check Authentication .
branchstringEnter your branch unique ID.
Content-Typestring