HTTP - Management
Removed from your favourites
Get a content type
Created by Contensis product team, last updated 22 Jun 2020
Gets an existing content type by the content type Id.
GET/api/management/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 | |
versionStatus | query | string | The status of the associated entry, either published or latest. The default is published | false | |
version | query | string | The version number of the resource. | {major}.{minor} e.g. 1.2 | false |
Example
HTTP
GET: /api/management/projects/movieDb/contenttypes/movie/
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Content type |
401 | Unauthorized | Error |
404 | Project not found | Error |
500 | Internal server error | Error |