{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes accounts API", "version": "0.1" }, "items": [ { "info": { "name": "accounts", "type": "folder" }, "items": [ { "info": { "name": "list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/accounts" } }, { "info": { "name": "getAllCalendars", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/accounts/calendars" } }, { "info": { "name": "validateAll", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/accounts/validate" } }, { "info": { "name": "getCalendars", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/accounts/:accountId/calendars", "params": [ { "name": "accountId", "value": "", "type": "path" } ] } }, { "info": { "name": "postConnectedCalendar", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/accounts/:accountId/calendars/connected", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "setAvailability", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/accounts/:accountId/calendars/connected", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getConnectedCalendar", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/accounts/:accountId/calendars/connected/:calendarId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "calendarId", "value": "", "type": "path" } ] } }, { "info": { "name": "putConnectedCalendar", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/accounts/:accountId/calendars/connected/:calendarId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "calendarId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteConnectedCalendar", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/accounts/:accountId/calendars/connected/:calendarId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "calendarId", "value": "", "type": "path" } ] } }, { "info": { "name": "switchMain", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/accounts/:accountId/main", "params": [ { "name": "accountId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "validate", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/accounts/:id/validate", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }