Get a renderer
Gets a renderer resource by it's identifier.
GET /api/management/projects/{projectId}/renderers/?contentTypeId={contentTypeId}
Parameters
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 |
Remarks
Example request
GET: /api/management/projects/website/renderers/?contentTypeId=event
Response messages
HTTP status code | Reason | Response model |
---|---|---|
200 | OK | Renderer |
401 | Unauthorized | Error |
404 | NotFound | Error |
422 | ValidationError | Error |
500 | InternalServerError | Error |