description |
---|
Gets a renderer resource with the specified content type assigned. |
Gets a renderer resource by it's identifier.
GET /api/management/projects/{projectId}/renderers/?contentTypeId={contentTypeId}
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console | |
contentTypeId | query | string | The content type identifier to match a renderer |
GET: /api/management/projects/website/renderers/?contentTypeId=event
HTTP status code | Reason | Response model |
---|---|---|
200 | OK | Renderer |
401 | Unauthorized | Error |
404 | NotFound | Error |
422 | ValidationError | Error |
500 | InternalServerError | Error |