{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes recommended-tasks API", "version": "0.1" }, "items": [ { "info": { "name": "recommended-tasks", "type": "folder" }, "items": [ { "info": { "name": "listRecommendedTasks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/recommended-tasks" } }, { "info": { "name": "countRecommendedTasks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/recommended-tasks/count" } }, { "info": { "name": "listGroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/recommended-tasks/groups" } }, { "info": { "name": "updateStatus", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/recommended-tasks/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }