{ "opencollection": "1.0.0", "info": { "name": "TagoIO Access Management Files API", "version": "1.0.0" }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "List Files", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-e1.tago.io/files", "params": [ { "name": "qty", "value": "", "type": "query", "description": "Quantity of files to be returned in the response" } ] }, "docs": "Get profile file list" }, { "info": { "name": "Upload File", "type": "http" }, "http": { "method": "POST", "url": "https://api.us-e1.tago.io/files", "body": { "type": "json", "data": "{}" } }, "docs": "Upload file" }, { "info": { "name": "Move File", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/files", "body": { "type": "json", "data": "{}" } }, "docs": "Move file location within your profile" }, { "info": { "name": "Delete a File", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us-e1.tago.io/files" }, "docs": "Delete a file" }, { "info": { "name": "Edit Permission", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/files/permission", "body": { "type": "json", "data": "{}" } }, "docs": "Edit Permission" }, { "info": { "name": "Copy File", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/files/copy", "body": { "type": "json", "data": "{}" } }, "docs": "File Copy" } ] } ], "bundled": true }