Skip to main content
Browse Documentation
HTTP - Delivery

Get an entry

Created by Contensis product team, last modified by zengenti on 05 Nov 2021

Gets an existing entry by its id.

GET/api/delivery/projects/{projectId}/entries/{entryId}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
entryIdquerystringuuidThe entry identifier as a 128 bit GUIDtrue
languagepathstring[...]languageA comma separated list of variations to deletefr,defalse
linkDepthquerynumberintegerThe depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10false
fieldsquerystringA comma-separated list of field ids to restrict the fields returned for an entryfalse

Example

JSON
GET: /api/delivery/projects/movieDb/entries/99aae243-ad6e-401b-89f9-90a51def6a18/?language=de-DE&linkDepth=1

Responses

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