Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.52 KB

get-a-renderer.md

File metadata and controls

34 lines (24 loc) · 1.52 KB
description
Gets a renderer resource by it's identifier.

Get a renderer

Gets a renderer resource by it's identifier.

GET /api/management/projects/{projectId}/renderers/{rendererId}

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
rendererId path string The renderer identifier

Remarks

Example request

GET: /api/management/projects/website/renderers/newsRecord

Response messages

HTTP status code Reason Response model
200 OK Renderer
401 Unauthorized Error
404 NotFound Error
422 ValidationError Error
500 InternalServerError Error