Item REST Endpoints
Item
The operations from the Item category.
- Get html renditions of a published item.
- Method: getPath:
/content/published/api/v1.1/items/{id}/renditions - Get Metadata Catalog of Preview of an Item
- Method: getPath:
/content/published/api/v1.1/metadata-catalog/items/{id}/preview - Get Metadata Catalog of Taxonomies of Item
- Method: getPath:
/content/published/api/v1.1/metadata-catalog/items/{id}/taxonomies - Get Preview of an Item
- Method: getPath:
/content/published/api/v1.1/items/{id}/preview - Get Published Item
- Method: getPath:
/content/published/api/v1.1/items/{id} - Get Taxonomies of Item
- Method: getPath:
/content/published/api/v1.1/items/{id}/taxonomies - Get the html rendition of item
- Method: getPath:
/content/published/api/v1.1/assets/{id}/renditions/{rendition}