{ "opencollection": "1.0.0", "info": { "name": "Microsoft Exchange Exchange Online Admin Accepted Domains Scheduling API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Scheduling", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Exchange List calendar view", "type": "http" }, "http": { "method": "GET", "url": "https://outlook.office365.com/adminapi/v2.0/me/calendarView", "params": [ { "name": "startDateTime", "value": "", "type": "query", "description": "The start date and time of the time range in ISO 8601 format" }, { "name": "endDateTime", "value": "", "type": "query", "description": "The end date and time of the time range in ISO 8601 format" }, { "name": "$top", "value": "", "type": "query", "description": "The number of items to return" }, { "name": "$skip", "value": "", "type": "query", "description": "The number of items to skip" }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" } ] }, "docs": "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's primary calendar. Recurring events are expanded into their occurrences within the time range." }, { "info": { "name": "Microsoft Exchange Get free/busy schedule", "type": "http" }, "http": { "method": "POST", "url": "https://outlook.office365.com/adminapi/v2.0/me/calendar/getSchedule", "body": { "type": "json", "data": "{}" } }, "docs": "Get the free/busy availability information for a collection of users, distribution lists, or resources for a specified time period." }, { "info": { "name": "Microsoft Exchange Find meeting times", "type": "http" }, "http": { "method": "POST", "url": "https://outlook.office365.com/adminapi/v2.0/me/findMeetingTimes", "body": { "type": "json", "data": "{}" } }, "docs": "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters." } ] } ], "bundled": true }