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
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | Enter the code of the language of which the entries needs to be included. Only the entries published in this locale will be displayed. | |
include_count | boolean | Set this parameter to 'true' to include in response the total count of entries available in a content type. | |
skip | number | Enter the actual query that will be executed to retrieve entries. This query should be in JSON format. | |
limit | number | Enter the maximum number of entries to be returned. | |
include_branch | boolean | Set 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
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of your stack. | |
access_token | string | Enter the environment-specific delivery token of your stack. Check Authentication . | |
branch | string | Enter your branch unique ID. | |
Content-Type | string |