HTTP - Management
Removed from your favourites
List content types
Created by Contensis product team, last updated 22 Jun 2020
Gets the content types for a project.
GET/api/management/projects/{projectId}/contenttypes/
Parameters
Name | Parameter type | Type | 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 | |
dataFormat | query | string | The specific dataFormat, default is all. | e.g. entry, asset. | false |
Example
HTTP
GET: /api/management/projects/movieDb/contenttypes?versionStatus=published&dataFormat=entry
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Content type [...] |
401 | Unauthorized | Error |
404 | Project not found | Error |
500 | Internal server error | Error |