{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.onlineMeeting API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.onlineMeeting", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get onlineMeeting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 onlineMeeting", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/onlineMeetings", "body": { "type": "json", "data": "{}" } }, "docs": "Create an online meeting on behalf of a user." }, { "info": { "name": "Microsoft Graph Get onlineMeeting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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": "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 Update onlineMeeting", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/onlineMeetings/:onlineMeeting-id", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the specified onlineMeeting object. For the list of properties that support updating, see the Request body section." }, { "info": { "name": "Microsoft Graph Delete onlineMeeting", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/onlineMeetings/:onlineMeeting-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "docs": "Delete an onlineMeeting object." }, { "info": { "name": "Microsoft Graph List meetingAttendanceReports", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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": "Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session." }, { "info": { "name": "Microsoft Graph Create new navigation property to attendanceReports for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get meetingAttendanceReport", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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": "Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session." }, { "info": { "name": "Microsoft Graph Update the navigation property attendanceReports in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property attendanceReports for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph List attendanceRecords", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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": "Get a list of attendanceRecord objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to attendanceRecords for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get attendanceRecords from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property attendanceRecords for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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/me/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 onlineMeeting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/onlineMeetings/:onlineMeeting-id/attendeeReport", "params": [ { "name": "onlineMeeting-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeeting" } ] }, "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 Update attendeeReport for the navigation property onlineMeetings in me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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/me/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/me/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/me/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 callRecording", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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": "Get a callRecording object associated with a scheduled online meeting and an ad hoc call. This API supports the retrieval of call recordings from all meeting types except live events. For a recording, this API returns the metadata of the single recording associated with the online meeting or an ad hoc call. For the content of a recording, this API returns the stream of bytes associated with the recording." }, { "info": { "name": "Microsoft Graph Create new navigation property to recordings for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get recordings from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property recordings for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property recordings from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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/me/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/me/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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get transcripts from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property transcripts for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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 me" }, { "info": { "name": "Microsoft Graph Get content for the navigation property transcripts from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/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/me/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/me/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/me/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/me/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/me/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/me/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 }