Skip to main content
GET/api/management/projects/{projectId}/entries/{entryId}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
entryIdquerystringuuidThe entry identifier as a 128 bit GUIDtrue
versionStatusquerystringThe status of the associated entry, either published or latest. The default is publishedfalse
versionquerystringThe version number of the resource.{major}.{minor} e.g. 1.2false
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse

Responses

HTTP status codeReasonModel
200SuccessEntry
401UnauthorizedError
404Project not foundError
404Entry not foundError
500Internal server errorError

Examples

Get an entry by id

HTTP
1
GET: /api/management/projects/movieDb/entries/movie/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c

Remarks

Still need help?

New support request