Get html renditions of a published item.

get

/content/published/api/v1.1/items/{id}/renditions

Lists all available html renditions of a published item.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : RenditionsBean
Type: object
Show Source
Nested Schema : items
Type: array
Item renditions.
Show Source
Nested Schema : RenditionBean
Type: object
Show Source
Nested Schema : formats
Type: array
Show Source
Nested Schema : RenditionFormatBean
Type: object
Show Source

400 Response

Bad Request. The server is unable to process the request on the client side due to malformed syntax, invalid data or message framing.

403 Response

Forbidden. Client is not authorized to perform this request.

404 Response

The requested resource was not found.

500 Response

Internal server error. An unexpected error condition encountered in the system.
Back to Top