Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.66 KB

list-entries-by-content-type.md

File metadata and controls

35 lines (27 loc) · 1.66 KB
description
Lists entries by content type.

List entries by content type

Lists entries by content type.

GET /api/management/projects/{projectId}/contenttypes/{contentTypeId}/entries

Parameters

Name Parameter type Type Format Description
projectId path string The project identifier, e.g. "movieDb". Found in the project overview screen of the management console.
entryId path string GUID The entry identifier.
versionStatus query string The version status, either published or latest. The default is latest.
pageIndex query number integer The index of page.
pageSize query number integer The number of results per page. The default is 25.
order query string A comma-separated list of the field Ids to order the results by. Prefix field Id with - for descending order.
language query string LanguageCode The variation language code.

Example request

GET: /api/management/projects/movieDb/contenttypes/movie/entries/

Response message

HTTP status code Reason Response model
200 Success PagedList<Entry>
401 Unauthorized Error
404 NotFound Error
500 InternalServerError Error