Get an entry
Log in to add to favouritesGET/api/management/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 |
versionStatus | query | string | - | The status of the associated entry, either published or latest. The default is published |
version | query | string | - | The version number of the resource. {major}.{minor} e.g. 1.2 |
language | query | string | language | The specified language for the node. If no value is provided then the menu order is removed for all languages |
Responses
Examples
Get an entry by id
GET: /api/management/projects/movieDb/entries/movie/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c
Remarks
If a specific versionNo value has been provided then the versionStatus value will be ignored.