{ "opencollection": "1.0.0", "info": { "name": "Middesk subpackage_actions subpackage_documents API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_documents", "type": "folder" }, "items": [ { "info": { "name": "List documents for a business", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/businesses/:business_id/documents", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "business_id", "value": "", "type": "path", "description": "Business ID" } ] }, "docs": "List documents for a business" }, { "info": { "name": "Get a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/documents/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Get a document" }, { "info": { "name": "Get document download URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/documents/:id/download_url", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Document ID" } ] }, "docs": "Get document download URL" } ] } ], "bundled": true }