Skip to main content

List content types

Log in to add to favourites
GET/api/management/projects/{projectId}/contenttypes/

Parameters

NameParameter typeTypeDescriptionExampleRequired
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
dataFormatquerystringThe specific dataFormat, default is all. e.g. entry, asset.false

Responses

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

Examples

Retrieve all published content types that store entry data

HTTP
1
GET: /api/management/projects/movieDb/contenttypes?versionStatus=published&dataFormat=entry

Still need help?

New support request