Delivery Rendering Context By ID

Use the rendering/context/{id} endpoint to retrieve the rendering context for the specified content ID.

The response contains the delivery content structure with resolved content element references. The resolution replaces content elements of type reference with the referenced rendering context. It is resolved recursively if the resolved content structure contains content elements of type reference.

Cycle detection

Referenced content can have cycles. In a cyclic structure, references link back to itself, often through references in between. The API detects and stops cycles to serialize the content structure. If a cycle is detected, the API stops the replacements of the referenced elements and sets a cycle marker property instead. The cycle marker property has the key "$$CYCLE" and the value of the detected cycling content ID. The content ID can be used to find the referenced content structure in the parent hierarchy.

User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous

Language
Click Try It! to start a request and see the response here!