{ "opencollection": "1.0.0", "info": { "name": "Guru Analytics Folders API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Create folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.getguru.com/api/v1/folders/create" }, "docs": "Create folder" }, { "info": { "name": "List folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders" }, "docs": "List folders" }, { "info": { "name": "Delete folder", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getguru.com/api/v1/folders" }, "docs": "Delete folder" }, { "info": { "name": "Get folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get folder" }, { "info": { "name": "Get folder items", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id/items", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get folder items" }, { "info": { "name": "Get folder parent", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id/parent", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get folder parent" }, { "info": { "name": "Get folder permissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id/permissions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get folder permissions" }, { "info": { "name": "Get folder effective permissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id/effective-permissions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get folder effective permissions" }, { "info": { "name": "Export folder to PDF", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/:id/pdf", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Export folder to PDF" }, { "info": { "name": "Update folder", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getguru.com/api/v1/folders/update" }, "docs": "Update folder" }, { "info": { "name": "Search for folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/folders/search" }, "docs": "Search for folders" } ] } ], "bundled": true }