{ "opencollection": "1.0.0", "info": { "name": "Nuxeo Platform ACL Rendition API", "version": "LTS 2021" }, "items": [ { "info": { "name": "Rendition", "type": "folder" }, "items": [ { "info": { "name": "Returns the specified rendition on document by its id", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/nuxeo/api/v1/id/:docId/@rendition/:renditionName", "params": [ { "name": "docId", "value": "", "type": "path", "description": "Id of the document" }, { "name": "renditionName", "value": "", "type": "path", "description": "Name of the rendition, ex: 'pdf'" } ] }, "docs": "Returns the specified rendition on document by its id" }, { "info": { "name": "Returns the specified rendition on document by its path", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/nuxeo/api/v1/path/:docPath/@rendition/:renditionName", "params": [ { "name": "docPath", "value": "", "type": "path", "description": "Path of the document, ex: 'default-domain'" }, { "name": "renditionName", "value": "", "type": "path", "description": "Name of the rendition, ex: 'pdf'" } ] }, "docs": "Returns the specified rendition on document by its path" } ] } ], "bundled": true }