|
| 1 | +--- |
| 2 | +title: "adhocCall: getAllTranscripts" |
| 3 | +description: "Get transcripts from all ad hoc calls initiated by a user" |
| 4 | +author: "sukanya" |
| 5 | +ms.date: 10/27/2025 |
| 6 | +ms.localizationpriority: medium |
| 7 | +ms.subservice: "teams" |
| 8 | +doc_type: apiPageType |
| 9 | +--- |
| 10 | + |
| 11 | +# adhocCall: getAllTranscripts |
| 12 | + |
| 13 | +Namespace: microsoft.graph |
| 14 | + |
| 15 | +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] |
| 16 | + |
| 17 | +Get all transcripts from [adhoc call](../resources/adhoccall.md) instances that a specific user initiates. |
| 18 | + |
| 19 | +[!INCLUDE [national-cloud-support](../../includes/global-only.md)] |
| 20 | + |
| 21 | +## Permissions |
| 22 | + |
| 23 | +Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference). |
| 24 | + |
| 25 | +<!-- { |
| 26 | + "blockType": "permissions", |
| 27 | + "name": "adhoccall-getalltranscripts-permissions" |
| 28 | +} |
| 29 | +--> |
| 30 | +[!INCLUDE [permissions-table](../includes/permissions/adhoccall-getalltranscripts-permissions.md)] |
| 31 | + |
| 32 | +## HTTP request |
| 33 | + |
| 34 | +<!-- { |
| 35 | + "blockType": "ignored" |
| 36 | +} |
| 37 | +--> |
| 38 | +``` http |
| 39 | +GET /users/{usersId}/adhocCalls/getAllTranscripts |
| 40 | +``` |
| 41 | + |
| 42 | +## Function parameters |
| 43 | + |
| 44 | +In the request URL, provide the following query parameters with values. |
| 45 | + |
| 46 | +|Parameter|Type|Description| |
| 47 | +|:---|:---|:---| |
| 48 | +|userId|String|The user identifier of the meeting organizer to filter for artifacts for meetings organized by the given user identifier.| |
| 49 | +|startDateTime|DateTimeOffset|Optional parameter to filter for artifacts created after the given start date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2025 is `2025-01-01T00:00:00Z`.| |
| 50 | +|endDateTime|DateTimeOffset|Optional parameter to filter for artifacts created before the given end date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2025 is `2025-01-01T00:00:00Z`.| |
| 51 | + |
| 52 | +## Request headers |
| 53 | + |
| 54 | +|Name|Description| |
| 55 | +|:---|:---| |
| 56 | +|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).| |
| 57 | + |
| 58 | +## Request body |
| 59 | + |
| 60 | +Don't supply a request body for this method. |
| 61 | + |
| 62 | +## Response |
| 63 | + |
| 64 | +If successful, this function returns a `200 OK` response code and a [callTranscript](../resources/calltranscript.md) collection in the response body. |
| 65 | + |
| 66 | +## Examples |
| 67 | + |
| 68 | +### Request |
| 69 | + |
| 70 | +The following example shows a request. |
| 71 | +<!-- { |
| 72 | + "blockType": "request", |
| 73 | + "name": "adhoccallthis.getalltranscripts" |
| 74 | +} |
| 75 | +--> |
| 76 | +``` http |
| 77 | +GET https://graph.microsoft.com/beta/adhocCalls/getAllTranscripts(userId=d4220f1b-4c12-436c-8a03-dc3e362f9d54,startDateTime=2025-10-07T07:25:21.9730833Z,endDateTime=2025-10-07T07:25:52.4130833Z) |
| 78 | +``` |
| 79 | + |
| 80 | +### Response |
| 81 | + |
| 82 | +The following example shows the response. |
| 83 | +>**Note:** The response object shown here might be shortened for readability. |
| 84 | +<!-- { |
| 85 | + "blockType": "response", |
| 86 | + "truncated": true, |
| 87 | + "@odata.type": "Collection(microsoft.graph.callTranscript)" |
| 88 | +} |
| 89 | +--> |
| 90 | +```http |
| 91 | +HTTP/1.1 200 OK |
| 92 | +Content-Type: application/json |
| 93 | +
|
| 94 | +{ |
| 95 | + "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('d4220f1b-4c12-436c-8a03-dc3e362f9d54')/adhocCalls", |
| 96 | + "@odata.count": 2, |
| 97 | + value: [ |
| 98 | + { |
| 99 | + id: "ktVizJ7GAAAAoPCPlATZWzE5OmNkYWQ5MTQ4LWQ5MjYtNDczMS04NjE4LTM3MWU1ODdkZGVkMF9kNDIyMGYxYi00YzEyLTQzNmMtOGEwMy1kYzNlMzYyZjlkNTRAdW5xLmdibC5zcGFjZXOg2TxmYjdlNWMxZS04YWI4LTQ2NDctOTdhMS03Mzk5MDhkNDE3YjMtMTc1OTgyMTkyMS1UcmFuc2NyaXB0VjI=", |
| 100 | + meetingId: null, |
| 101 | + callId: "fb7e5c1e-8ab8-4647-97a1-739908d417b3", |
| 102 | + contentCorrelationId: "7cc3ae2a-0aa9-4e47-9d85-e98e607d1af2-20251007_072521", |
| 103 | + transcriptContentUrl: "https://graph.microsoft.com/beta/users/d4220f1b-4c12-436c-8a03-dc3e362f9d54/adhocCalls/fb7e5c1e-8ab8-4647-97a1-739908d417b3/transcripts/ktVizJ7GAAAAoPCPlATZWzE5OmNkYWQ5MTQ4LWQ5MjYtNDczMS04NjE4LTM3MWU1ODdkZGVkMF9kNDIyMGYxYi00YzEyLTQzNmMtOGEwMy1kYzNlMzYyZjlkNTRAdW5xLmdibC5zcGFjZXOg2TxmYjdlNWMxZS04YWI4LTQ2NDctOTdhMS03Mzk5MDhkNDE3YjMtMTc1OTgyMTkyMS1UcmFuc2NyaXB0VjI=/content", |
| 104 | + createdDateTime: "2025-10-07T07:25:21.9730833Z", |
| 105 | + endDateTime: "2025-10-07T07:25:52.4130833Z", |
| 106 | + meetingOrganizer: { |
| 107 | + application: null, |
| 108 | + device: null, |
| 109 | + user: { |
| 110 | + "@odata.type": "#microsoft.graph.teamworkUserIdentity", |
| 111 | + id: "d4220f1b-4c12-436c-8a03-dc3e362f9d54", |
| 112 | + displayName: null, |
| 113 | + userIdentityType: "aadUser", |
| 114 | + tenantId: "2432b57b-0abd-43db-aa7b-16eadd115d34", |
| 115 | + }, |
| 116 | + }, |
| 117 | + }, |
| 118 | + { |
| 119 | + id: "ktVizJ7GAAAAoPCPlATZWzE5OmNkYWQ5MTQ4LWQ5MjYtNDczMS04NjE4LTM3MWU1ODdkZGVkMF9kNDIyMGYxYi00YzEyLTQzNmMtOGEwMy1kYzNlMzYyZjlkNTRAdW5xLmdibC5zcGFjZXOg2TwwNTQ3ZDUzOS0wNTExLTRiZDEtODRjZi01YTA3M2ZhYjcxMmQtMTc1OTgxODY3My1UcmFuc2NyaXB0VjI=", |
| 120 | + meetingId: null, |
| 121 | + callId: "0547d539-0511-4bd1-84cf-5a073fab712d", |
| 122 | + contentCorrelationId: "94c3eb48-4271-4b60-b7b7-121b9d798eb3-20251007_063113", |
| 123 | + transcriptContentUrl: "https://graph.microsoft.com/beta/users/d4220f1b-4c12-436c-8a03-dc3e362f9d54/adhocCalls/0547d539-0511-4bd1-84cf-5a073fab712d/transcripts/ktVizJ7GAAAAoPCPlATZWzE5OmNkYWQ5MTQ4LWQ5MjYtNDczMS04NjE4LTM3MWU1ODdkZGVkMF9kNDIyMGYxYi00YzEyLTQzNmMtOGEwMy1kYzNlMzYyZjlkNTRAdW5xLmdibC5zcGFjZXOg2TwwNTQ3ZDUzOS0wNTExLTRiZDEtODRjZi01YTA3M2ZhYjcxMmQtMTc1OTgxODY3My1UcmFuc2NyaXB0VjI=/content", |
| 124 | + createdDateTime: "2025-10-07T06:31:13.1759028Z", |
| 125 | + endDateTime: "2025-10-07T06:31:26.5759028Z", |
| 126 | + meetingOrganizer: { |
| 127 | + application: null, |
| 128 | + device: null, |
| 129 | + user: { |
| 130 | + "@odata.type": "#microsoft.graph.teamworkUserIdentity", |
| 131 | + id: "d4220f1b-4c12-436c-8a03-dc3e362f9d54", |
| 132 | + displayName: null, |
| 133 | + userIdentityType: "aadUser", |
| 134 | + tenantId: "2432b57b-0abd-43db-aa7b-16eadd115d34", |
| 135 | + }, |
| 136 | + }, |
| 137 | + }, |
| 138 | + ], |
| 139 | +} |
| 140 | +``` |
0 commit comments