{ "opencollection": "1.0.0", "info": { "name": "Microsoft Bookings API (Microsoft Graph) Appointments API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Appointments", "type": "folder" }, "items": [ { "info": { "name": "List appointments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/appointments", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List appointments" }, { "info": { "name": "Create appointment", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/appointments", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create appointment" }, { "info": { "name": "Cancel appointment", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/appointments/:appointmentId/cancel", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "appointmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel appointment" }, { "info": { "name": "List bookings calendarView", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/calendarView", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "List bookings calendarView" } ] } ], "bundled": true }