Skip to main content

Get a content type

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

Parameters

NameParameter typeTypeDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
contentTypeIdpathstringThe content type identifier.true
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

Responses

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

Examples

HTTP
1
GET: /api/management/projects/movieDb/contenttypes/movie/

Still need help?

New support request