PstnCalls
Retrieves a list of PSTN Calls
テーブル固有の情報
Select
カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。Azure AD アプリケーションの作成 を参照してください。 本製品 は Microsoft Teams API を使用して、以下のカラムと演算子で作成されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- FromDate は、'=' 演算子をサポートします。
- ToDate は、'=' 演算子をサポートします。
次にクエリの例を示します。
SELECT * FROM PstnCalls WHERE FromDate = '2021-01-01' SELECT * FROM PstnCalls WHERE FromDate = '2021-01-01' AND ToDate = '2021-02-09'
Note:FromDate およびToDate は必須パラメータであり、指定されていない場合はデフォルトの日付を日付範囲90日で使用します。
Columns
Name | Type | Description |
Id | String | The Id of of the PSTN Call |
CallId | String | The Id of the Call |
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 datetime of the call when it was started |
EndDateTime | Edm.DateTimeOffset | The datetime of the call when it was ended |
Duration | Integer | The call duration |
Charge | Edm.Double | The charge |
CallType | String | The type of the call |
Currency | String | Currency |
CallerNumber | String | The number of the caller |
CalleeNumber | String | The number of the callee |
UsageCountryCode | String | The usage country code |
TenantCountryCode | String | The tenant country code |
ConnectionCharge | Edm.Double | The connection charge |
DestinationName | String | The destination name |
ConferenceId | String | The Id of the conference |
LicenseCapability | String | The License Capability |
InventoryType | String | The type of the inventory |
FromDate | Edm.Date | The date from which calls to be fetched |
ToDate | Edm.Date | the date till when calls to be fetched |