GET /me/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)
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 online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you perform an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.
Servers
- https://graph.microsoft.com/v1.0
Query parameters
Name | Type | Required | Description |
---|---|---|---|
endDateTime |
String | No |
Usage: endDateTime=@endDateTime |
$orderby[] |
Array | No |
Order items by property values |
$top |
Integer | No |
Show only the first n items |
$count |
Boolean | No |
Include count of items |
meetingOrganizerUserId |
String | No |
Usage: meetingOrganizerUserId='@meetingOrganizerUserId' |
$filter |
String | No |
Filter items by property values |
$skip |
Integer | No |
Skip the first n items |
$select[] |
Array | No |
Select properties to be returned |
$expand[] |
Array | No |
Expand related entities |
$search |
String | No |
Search items by search phrases |
startDateTime |
String | No |
Usage: startDateTime=@startDateTime |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.