Get an entry or a form response
Log in to add to favouritesPage last updated 23 July 2024
GET/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
GET: /api/delivery/projects/movieDb/entries/99aae243-ad6e-401b-89f9-90a51def6a18?language=de-DE&linkDepth=1&fieldLinkDepths={"linkedEntries":2}