{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes tasks API", "version": "0.1" }, "items": [ { "info": { "name": "tasks", "type": "folder" }, "items": [ { "info": { "name": "query_1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/tasks", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "priority", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "instances", "value": "", "type": "query" } ] } }, { "info": { "name": "create_2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/tasks", "params": [ { "name": "instances", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "createTaskAtTime", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/tasks/at-time", "params": [ { "name": "startTime", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patchBatch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/batch", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteBatch", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/tasks/batch", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "archiveBatch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/batch/archive", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "completeBatch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/batch/complete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "interest_1", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/tasks/interest", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findMinIndex", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/tasks/min-index", "params": [ { "name": "user", "value": "", "type": "query" } ] } }, { "info": { "name": "reindexByDue", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/reindex-by-due" } }, { "info": { "name": "getTask", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/tasks/:id", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "instances", "value": "", "type": "query" } ] } }, { "info": { "name": "delete_4", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ] } }, { "info": { "name": "put_1", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "instances", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patch_1", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "instances", "value": "", "type": "query" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "reindex", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/tasks/:taskId/reindex", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }