{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Tasks API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/tasks/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all tasks of the enterprise, filtered by identifiers or other filters." }, { "info": { "name": "Mews Add Task", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/tasks/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new task to the enterprise, optionally to a specified department." }, { "info": { "name": "Mews Close Task", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/tasks/close", "body": { "type": "json", "data": "{}" } }, "docs": "Closes one or more tasks. Closed tasks are considered completed and not shown in active task lists." } ] } ], "bundled": true }