{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource calendar-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "calendar-resource", "type": "folder" }, "items": [ { "info": { "name": "getEvents", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/calendar/upcoming-admin-events", "params": [ { "name": "from", "value": "", "type": "query", "description": "from" } ] }, "docs": "getEvents" }, { "info": { "name": "post", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/calendars", "body": { "type": "json", "data": "{}" } }, "docs": "post" }, { "info": { "name": "get", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/calendars/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "get" }, { "info": { "name": "put", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/calendars/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "put" }, { "info": { "name": "delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.small-improvements.com/api/v2/calendars/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "delete" }, { "info": { "name": "getUsersCalendar", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-calendar" }, "docs": "getUsersCalendar" } ] } ], "bundled": true }