Renditions REST Endpoints

Renditions
The resources used to access the published digital asset renditions and native files.
Get Digital Assets Native File with FileName Metadata Catalog
Method: get
Path: /content/published/api/v1.1/metadata-catalog/assets/{id}/native/{filename}
Get Metadata of Native Digital Asset
Method: get
Path: /content/published/api/v1.1/metadata-catalog/assets/{id}/native
Get Metadata Using Rendition Type
Method: get
Path: /content/published/api/v1.1/metadata-catalog/assets/{id}/{rendition}
Get Metadata Using Rendition Type and Filename
Method: get
Path: /content/published/api/v1.1/metadata-catalog/assets/{id}/{rendition}/{filename}
Get Published Digital Assets Native File
Method: get
Path: /content/published/api/v1.1/assets/{id}/native
Get Published Native Resource Using Filename
Method: get
Path: /content/published/api/v1.1/assets/{id}/native/{filename}
Get Published Rendition
Method: get
Path: /content/published/api/v1.1/assets/{id}/{rendition}
Get Published Rendition Using Filename
Method: get
Path: /content/published/api/v1.1/assets/{id}/{rendition}/{filename}