Skip to main content
GET/api/delivery/projects/{projectId}/entries

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
versionStatusquerystring-The status of the associated entry, either published or latest. The default is published
linkDepthquerynumberintegerThe depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10
pageIndexquerynumberintegerThe index of the page.
pageSizequerynumberintegerThe number of results per page. The default is 25.
orderquerystring-A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.
fieldsquerystring-A comma-separated list of field ids to restrict the fields returned for an entry
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languages
fieldLinkDepthsqueryobject-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

HTTP status codeReasonModel
200SuccessEntry
401UnauthorizedError
404Project not foundError
404Content type not foundError
500Internal server errorError

Examples

List all entries - actors, movies, directors, etc.

HTTP
GET: /api/delivery/projects/movieDb/entries/

List all entries translated to German

HTTP
GET: /api/delivery/projects/movieDb/entries/?language=de

List all entries translated to German and ordered by published date descending

HTTP
GET: /api/delivery/projects/movieDb/entries/?language=de&order=-sys.published

List all entries with their direct child entries, assets and images resolved

HTTP
GET: /api/delivery/projects/movieDb/entries/?linkDepth=1

List all entries with their direct child entries, assets and images only resolved in one field (version 16+ only)

HTTP
GET: /api/delivery/projects/movieDb/entries/?fieldLinkDepths={"linkedEntries":1}

List the latest version of all entries

HTTP
GET: /api/delivery/projects/movieDb/entries/?versionStatus=latest

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request