HTTP - Management
Removed from your favourites
List all entries
Created by Contensis product team, last updated 22 Jun 2020
Lists all entries
GET/api/management/projects/{projectId}/entries/
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 | |
versionStatus | query | string | The status of the associated entry, either published or latest. The default is published | false | ||
pageIndex | query | number | integer | The index of the page | false | |
pageSize | query | number | integer | The number of results per page. The default is 25. | false | |
order | query | string | A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order. | -version.modified | false | |
language | query | string | language | The specified language for the node. If no value is provided then the project primary language is used | false | |
dataFormat | query | string | The specific dataFormat, default is all. | e.g. entry, asset. | false |
Example
GET: /api/management/projects/movieDb/entries/
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | PagedList<Entry> |
401 | Unauthorized | Error |
404 | Project not found | Error |
500 | Internal server error | Error |