Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.58 KB

get-a-renderer-for-content-type.md

File metadata and controls

34 lines (24 loc) · 1.58 KB
description
Gets a renderer resource with the specified content type assigned.

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