List entries
Log in to add to favouritesPage last updated 11 January 2024
GET/api/delivery/projects/{projectId}/entries
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| versionStatus | query | string | - | The status of the associated entry, either published or latest. The default is published |
| linkDepth | query | number | integer | The depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10 |
| pageIndex | query | number | integer | The index of the page. |
| pageSize | query | number | integer | The number of results per page. The default is 25. |
| order | query | string | - | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. |
| fields | query | string | - | A comma-separated list of field ids to restrict the fields returned for an entry |
| language | query | string | language | The specified language for the node. If no value is provided then the menu order is removed for all languages |
| fieldLinkDepths | query | object | - | Link depths for specific field paths to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10 (version 16+ only) |
Responses
Examples
GET: /api/delivery/projects/movieDb/entries/GET: /api/delivery/projects/movieDb/entries/?language=deGET: /api/delivery/projects/movieDb/entries/?language=de&order=-sys.publishedGET: /api/delivery/projects/movieDb/entries/?linkDepth=1GET: /api/delivery/projects/movieDb/entries/?fieldLinkDepths={"linkedEntries":1}GET: /api/delivery/projects/movieDb/entries/?versionStatus=latest