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: getPath:
/content/published/api/v1.1/metadata-catalog/assets/{id}/native/{filename} - Get Metadata of Native Digital Asset
- Method: getPath:
/content/published/api/v1.1/metadata-catalog/assets/{id}/native - Get Metadata Using Rendition Type
- Method: getPath:
/content/published/api/v1.1/metadata-catalog/assets/{id}/{rendition} - Get Metadata Using Rendition Type and Filename
- Method: getPath:
/content/published/api/v1.1/metadata-catalog/assets/{id}/{rendition}/{filename} - Get Published Digital Assets Native File
- Method: getPath:
/content/published/api/v1.1/assets/{id}/native - Get Published Native Resource Using Filename
- Method: getPath:
/content/published/api/v1.1/assets/{id}/native/{filename} - Get Published Rendition
- Method: getPath:
/content/published/api/v1.1/assets/{id}/{rendition} - Get Published Rendition Using Filename
- Method: getPath:
/content/published/api/v1.1/assets/{id}/{rendition}/{filename}