{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Documents API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "DocumentController_list", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/document", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "relatedEntity", "value": "", "type": "query", "description": "The type of the related entity" }, { "name": "relatedId", "value": "", "type": "query", "description": "The UUID of the related entity" }, { "name": "expirationInSeconds", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "Download a file using its ID", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/document/:id/download", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Download a file using its ID" } ] } ], "bundled": true }