HTTP - Delivery
Get a content type
Created by Contensis product team, last updated 22 Jun 2020
Get a content type by id
GET/api/delivery/projects/{projectId}/contenttypes/{contentTypeId}
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 |
contentTypeId | path | string | The content type identifier. | true |
Example
GET: /api/delivery/projects/movieDb/contenttypes/movie
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 |