{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin communications.onlineMeeting API", "version": "1.0.0" }, "items": [ { "info": { "name": "communications.onlineMeeting", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get onlineMeeting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions." }, { "info": { "name": "Microsoft Graph Create new navigation property to onlineMeetings for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to onlineMeetings for communications" }, { "info": { "name": "Microsoft Graph Get onlineMeetings from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get onlineMeetings from communications" }, { "info": { "name": "Microsoft Graph Update the navigation property onlineMeetings in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property onlineMeetings in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property onlineMeetings for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "Microsoft Graph Delete navigation property onlineMeetings for communications" }, { "info": { "name": "Microsoft Graph Get attendanceReports from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The attendance reports of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to attendanceReports for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attendanceReports for communications" }, { "info": { "name": "Microsoft Graph Get attendanceReports from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The attendance reports of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property attendanceReports in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property attendanceReports in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property attendanceReports for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" } ] }, "docs": "Microsoft Graph Delete navigation property attendanceReports for communications" }, { "info": { "name": "Microsoft Graph Get attendanceRecords from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of attendance records of an attendance report. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to attendanceRecords for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attendanceRecords for communications" }, { "info": { "name": "Microsoft Graph Get attendanceRecords from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords/:attendanceRecord-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "attendanceRecord-id", "value": "", "type": "path", "description": "The unique identifier of attendanceRecord" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of attendance records of an attendance report. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property attendanceRecords in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords/:attendanceRecord-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "attendanceRecord-id", "value": "", "type": "path", "description": "The unique identifier of attendanceRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property attendanceRecords in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property attendanceRecords for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords/:attendanceRecord-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "attendanceRecord-id", "value": "", "type": "path", "description": "The unique identifier of attendanceRecord" } ] }, "docs": "Microsoft Graph Delete navigation property attendanceRecords for communications" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/:meetingAttendanceReport-id/attendanceRecords/$count", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "meetingAttendanceReport-id", "value": "", "type": "path", "description": "The unique identifier of meetingAttendanceReport" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendanceReports/$count", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get attendeeReport for the navigation property onlineMeetings from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendeeReport", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Update attendeeReport for the navigation property onlineMeetings in communications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendeeReport", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Delete attendeeReport for the navigation property onlineMeetings in communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/attendeeReport", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Invoke function getVirtualAppointmentJoinWebUrl", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/getVirtualAppointmentJoinWebUrl()", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics." }, { "info": { "name": "Microsoft Graph Invoke action sendVirtualAppointmentReminderSms", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/sendVirtualAppointmentReminderSms", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications." }, { "info": { "name": "Microsoft Graph Invoke action sendVirtualAppointmentSms", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/sendVirtualAppointmentSms", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications." }, { "info": { "name": "Microsoft Graph Get recordings from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The recordings of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to recordings for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to recordings for communications" }, { "info": { "name": "Microsoft Graph Get recordings from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The recordings of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property recordings in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property recordings in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property recordings for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" } ] }, "docs": "Microsoft Graph Delete navigation property recordings for communications" }, { "info": { "name": "Microsoft Graph Get content for the navigation property recordings from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id/content", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" } ] }, "docs": "The content of the recording. Read-only." }, { "info": { "name": "Microsoft Graph Update content for the navigation property recordings in communications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id/content", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" } ] }, "docs": "The content of the recording. Read-only." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property recordings in communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/:callRecording-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callRecording-id", "value": "", "type": "path", "description": "The unique identifier of callRecording" } ] }, "docs": "The content of the recording. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/$count", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/recordings/delta()", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Invoke function delta" }, { "info": { "name": "Microsoft Graph Get transcripts from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The transcripts of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Create new navigation property to transcripts for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to transcripts for communications" }, { "info": { "name": "Microsoft Graph Get transcripts from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The transcripts of an online meeting. Read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property transcripts in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property transcripts in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property transcripts for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "Microsoft Graph Delete navigation property transcripts for communications" }, { "info": { "name": "Microsoft Graph Get content for the navigation property transcripts from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/content", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The content of the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Update content for the navigation property transcripts in communications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/content", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The content of the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property transcripts in communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The content of the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Get metadataContent for the navigation property transcripts from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/metadataContent", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The time-aligned metadata of the utterances in the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Update metadataContent for the navigation property transcripts in communications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/metadataContent", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The time-aligned metadata of the utterances in the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Delete metadataContent for the navigation property transcripts in communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/:callTranscript-id/metadataContent", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "callTranscript-id", "value": "", "type": "path", "description": "The unique identifier of callTranscript" } ] }, "docs": "The time-aligned metadata of the utterances in the transcript. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/$count", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/:onlineMeeting-id/transcripts/delta()", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Invoke function delta" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action createOrGet", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/createOrGet", "body": { "type": "json", "data": "{}" } }, "docs": "Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. " }, { "info": { "name": "Microsoft Graph Invoke function getAllRecordings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "params": [ { "name": "meetingOrganizerUserId", "value": "", "type": "query", "description": "Usage: meetingOrganizerUserId='@meetingOrganizerUserId'" }, { "name": "startDateTime", "value": "", "type": "query", "description": "Usage: startDateTime=@startDateTime" }, { "name": "endDateTime", "value": "", "type": "query", "description": "Usage: endDateTime=@endDateTime" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they're added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for on" }, { "info": { "name": "Microsoft Graph Invoke function getAllTranscripts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "params": [ { "name": "meetingOrganizerUserId", "value": "", "type": "query", "description": "Usage: meetingOrganizerUserId='@meetingOrganizerUserId'" }, { "name": "startDateTime", "value": "", "type": "query", "description": "Usage: startDateTime=@startDateTime" }, { "name": "endDateTime", "value": "", "type": "query", "description": "Usage: endDateTime=@endDateTime" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn't support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they're added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for o" } ] } ], "bundled": true }