Skip to main content

Get an entry or a form response

Log in to add to favourites
GET/api/delivery/projects/{projectId}/entries/{entryId}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
entryId(required)querystringuuidThe entry identifier as a 128 bit GUID
languagepathstring[...]languageA comma separated list of variations to delete
linkDepthquerynumberintegerThe depth at which to resolve the full entry data for a linked entry or asset, with a maximum depth value of 10
fieldsquerystring-A comma-separated list of field ids to restrict the fields returned for an entry
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
404Entry not foundError
500Internal server errorError

Examples

Return an entry in language de-DE with all fields resolved and with the linkedEntries field resolved to a further level (this last option is only available in version 16+)

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

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