{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin communications.callRecord API", "version": "1.0.0" }, "items": [ { "info": { "name": "communications.callRecord", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List callRecords", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords", "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": "Get the list of callRecord objects and their properties. The results can be optionally filtered using the $filter query parameter on the startDateTime and participant id properties. Note that the listed call records don't include expandable relationships such as sessions and participants_v2. You can expand these relationships using Get callRecord for a specific record." }, { "info": { "name": "Microsoft Graph Create new navigation property to callRecords for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/callRecords", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to callRecords for communications" }, { "info": { "name": "Microsoft Graph Get callRecord", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "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 a callRecord object. You can get the id of a callRecord in two ways:\r\n* Subscribe to change notifications to the /communications/callRecords endpoint.\r\n* Use the callChainId property of a call. The call record is available only after the associated call is completed." }, { "info": { "name": "Microsoft Graph Update the navigation property callRecords in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property callRecords in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property callRecords for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ] }, "docs": "Microsoft Graph Delete navigation property callRecords for communications" }, { "info": { "name": "Microsoft Graph Get organizer_v2 from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/organizer_v2", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Identity of the organizer of the call. This relationship is expanded by default in callRecord methods." }, { "info": { "name": "Microsoft Graph Update the navigation property organizer_v2 in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/organizer_v2", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property organizer_v2 in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property organizer_v2 for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/organizer_v2", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ] }, "docs": "Microsoft Graph Delete navigation property organizer_v2 for communications" }, { "info": { "name": "Microsoft Graph List participants_v2", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/participants_v2", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "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 the list of participant objects associated with a callRecord." }, { "info": { "name": "Microsoft Graph Create new navigation property to participants_v2 for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/participants_v2", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to participants_v2 for communications" }, { "info": { "name": "Microsoft Graph Get participants_v2 from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/participants_v2/:participant-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "participant-id", "value": "", "type": "path", "description": "The unique identifier of participant" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of distinct participants in the call." }, { "info": { "name": "Microsoft Graph Update the navigation property participants_v2 in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/participants_v2/:participant-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "participant-id", "value": "", "type": "path", "description": "The unique identifier of participant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property participants_v2 in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property participants_v2 for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/participants_v2/:participant-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "participant-id", "value": "", "type": "path", "description": "The unique identifier of participant" } ] }, "docs": "Microsoft Graph Delete navigation property participants_v2 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/callRecords/:callRecord-id/participants_v2/$count", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "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 List sessions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "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 list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries." }, { "info": { "name": "Microsoft Graph Create new navigation property to sessions for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sessions for communications" }, { "info": { "name": "Microsoft Graph Get sessions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property sessions in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sessions in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property sessions for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" } ] }, "docs": "Microsoft Graph Delete navigation property sessions for communications" }, { "info": { "name": "Microsoft Graph Get segments from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id/segments", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "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 list of segments involved in the session. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to segments for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id/segments", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to segments for communications" }, { "info": { "name": "Microsoft Graph Get segments from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id/segments/:segment-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "name": "segment-id", "value": "", "type": "path", "description": "The unique identifier of segment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of segments involved in the session. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property segments in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id/segments/:segment-id", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "name": "segment-id", "value": "", "type": "path", "description": "The unique identifier of segment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property segments in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property segments for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/:callRecord-id/sessions/:session-id/segments/:segment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "name": "segment-id", "value": "", "type": "path", "description": "The unique identifier of segment" } ] }, "docs": "Microsoft Graph Delete navigation property segments 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/callRecords/:callRecord-id/sessions/:session-id/segments/$count", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "name": "session-id", "value": "", "type": "path", "description": "The unique identifier of session" }, { "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/callRecords/:callRecord-id/sessions/$count", "params": [ { "name": "callRecord-id", "value": "", "type": "path", "description": "The unique identifier of callRecord" }, { "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/callRecords/$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 function getDirectRoutingCalls", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime=:fromDateTime,toDateTime=:toDateTime)", "params": [ { "name": "fromDateTime", "value": "", "type": "path", "description": "Usage: fromDateTime={fromDateTime}" }, { "name": "toDateTime", "value": "", "type": "path", "description": "Usage: toDateTime={toDateTime}" }, { "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" } ] }, "docs": "Get a log of direct routing calls as a collection of directRoutingLogRow entries." }, { "info": { "name": "Microsoft Graph Invoke function getPstnCalls", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime=:fromDateTime,toDateTime=:toDateTime)", "params": [ { "name": "fromDateTime", "value": "", "type": "path", "description": "Usage: fromDateTime={fromDateTime}" }, { "name": "toDateTime", "value": "", "type": "path", "description": "Usage: toDateTime={toDateTime}" }, { "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" } ] }, "docs": "Get a log of PSTN calls as a collection of pstnCallLogRow entries." } ] } ], "bundled": true }