{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Tasks API", "version": "v1" }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "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": "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": "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 }