DirectRoutingCalls
Retrieves a list of direct routing calls
テーブル固有の情報
Select
カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。カスタムAzureAD アプリの作成 を参照してください。 本製品 は Microsoft Teams API を使用して、以下のカラムと演算子で作成されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- FromDate は、'=' 演算子をサポートします。
- ToDate は、'=' 演算子をサポートします。
次にクエリの例を示します。
SELECT * FROM DirectRoutingCalls WHERE FromDate = '2021-01-01' SELECT * FROM DirectRoutingCalls WHERE FromDate = '2021-01-01' AND ToDate = '2021-02-09'
Note:FromDate とToDate は必須パラメータであり、指定されていない場合はデフォルトの日付を日付範囲90日で使用します。
Columns
| Name | Type | Description |
| Id | String | The Id of the Direct routing call |
| CorrelationId | String | The Correlation ID |
| UserId | String | The Id of the user |
| UserPrincipalName | String | The principal name of the user |
| UserDisplayName | String | The display name of the user |
| StartDateTime | Edm.DateTimeOffset | The start date time of the call |
| InviteDateTime | Edm.DateTimeOffset | The invite date time |
| FailureDateTime | Edm.DateTimeOffset | The failure date time |
| EndDateTime | Edm.DateTimeOffset | The end date time of the call |
| Duration | Integer | The duration of the call |
| CallType | String | The type of the call |
| SuccessfulCall | String | The successful call |
| CallerNumber | String | The caller number |
| CalleeNumber | String | The callee number |
| MediaPathLocation | String | The media path location |
| SignalingLocation | String | The signaling location |
| FinalSipCode | Integer | The final SIP Code |
| CallEndSubReason | Integer | The sub reason of the call end |
| FinalSipCodePhrase | String | The final SIP code phrase |
| MediaBypassEnabled | Boolean | Whether Media Bypass is enabled or not |
| FromDate | Edm.Date | The date from which calls to be fetched |
| ToDate | Edm.Date | the date till when calls to be fetched |