Get a content type
Log in to add to favouritesGET/api/delivery/projects/{projectId}/contenttypes/{contentTypeId}
Parameters
Name | Parameter type | Type | Description |
---|---|---|---|
projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
contentTypeId(required) | path | string | The content type identifier. |
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Content type |
404 | Project not found | Error |
404 | Content type not found | Error |
500 | Internal server error | Error |
Examples
GET: /api/delivery/projects/movieDb/contenttypes/movie