v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Delivery render

Applies server side rendering to the specified content item

Applies server side rendering to the specified content item<br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous

get/delivery/v1/rendering/render/content/{id}

Path parameters

idstring required

Provide the ID of the resource. Note that IDs are always the IDs of published item, even if a draft exists with a different ID. For a site, use @current to indicate that the ID of the site is derived from the addressed URL via custom domain site mapping or URL path based site addressing. For further details consult the Content documentation.

Query parameters

layoutIdstring

Provide the ID of the layout to be used to pre-render the resource.

contentTypestring

Specifies the content type to be set on the response. Default is text/html.

callbackstring

Provide the JSONP callback name for JSONP support. The callback name must designate a javascript function that can be executed in the global scope. The argument will be the deserialized JSON object.

rcParamstring

By specifying query parameters with arbitrary names, but start with the prefix 'rc' or 'RC' (case insensitive), e.g., 'RcParam1', 'rcMy', you can provide custom parameters that will be added to the rendering context JSON under the $context.customParameters section.

Response

Successfully retrieved the rendering.