Get an entry or a form response
Log in to add to favouritesGET/api/delivery/projects/{projectId}/entries/{entryId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
entryId(required) | query | string | uuid | The entry identifier as a 128 bit GUID |
language | path | string[...] | language | A comma separated list of variations to delete |
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 |
fields | query | string | - | A comma-separated list of field ids to restrict the fields returned for an entry |
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
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+)
GET: /api/delivery/projects/movieDb/entries/99aae243-ad6e-401b-89f9-90a51def6a18?language=de-DE&linkDepth=1&fieldLinkDepths={"linkedEntries":2}