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

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
versionStatusquerystringThe status of the associated entry, either published or latest. The default is publishedfalse
pageIndexquerynumberintegerThe index of the pagefalse
pageSizequerynumberintegerThe number of results per page. The default is 25.false
orderquerystringA comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.-version.modifiedfalse
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse
dataFormatquerystringThe specific dataFormat, default is all. e.g. entry, asset.false

Responses

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

Examples

HTTP
1
GET: /api/management/projects/movieDb/entries/?versionStatus=published&pageSize=10

Still need help?

New support request