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