HTTP - Delivery
Removed from your favourites
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
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
entryId | query | string | uuid | The entry identifier as a 128 bit GUID | true | |
language | path | string[...] | language | A comma separated list of variations to delete | fr,de | false |
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 | false | |
fields | query | string | A comma-separated list of field ids to restrict the fields returned for an entry | false |
Example
JSON
GET: /api/delivery/projects/movieDb/entries/99aae243-ad6e-401b-89f9-90a51def6a18/?language=de-DE&linkDepth=1