pstnCallLogRow 资源类型

命名空间:microsoft.graph.callRecords

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

代表公用电话交换网或 PSTN 呼叫日志中 (一) 行。 每行映射到一个调用。

方法

方法 返回类型 说明
getPstnCalls microsoft.graph.callRecords.pstnCallLogRow 集合 列出 呼叫记录中的 pstnCallLogRow 对象。

属性

属性 类型 说明
callDurationSource microsoft.graph.callRecords.pstnCallDurationSource 呼叫持续时间数据源。 如果呼叫通过 Operator 连接 程序使用第三方电信运营商,则运营商可能会提供其自己的呼叫持续时间数据。 在这种情况下,属性值为 operator 。 否则,值为 microsoft
calleeNumber String E.164 格式拨打的 号码。
callerNumber String 接收入站呼叫呼叫的号码或为出站呼叫拨打的号码。 E.164 格式。
callId String 呼叫标识符。 不保证是唯一的。
callType String 该呼叫是 PSTN 出站呼叫还是入站呼叫,以及呼叫类型,例如用户拨打的呼叫还是音频会议呼叫。
charge 双精度 向你的帐户收取的呼叫的金额或费用。
conferenceId String 音频会议的 ID。
connectionCharge 双精度 连接费用价格。
currency 字符串 用于计算 ISO 4217 中呼叫 (的货币) 。
destinationContext 字符串 呼叫是国内呼叫 (或地区内) 还是 (或) 用户位置进行呼叫。
destinationName 字符串 拨打的国家/地区。
duration Int32 呼叫连接时间(以秒表示)。
endDateTime DateTimeOffset 呼叫结束时间。
id String 唯一呼叫标识符。 GUID。
inventoryType String 用户的电话号码类型,如免费电话号码服务。
licenseCapability 字符串 用于呼叫的许可证。
operator 字符串 为此呼叫提供 PSTN 服务的电信运营商。 这可能是 Microsoft,或者可能是通过 Operator连接程序的第三方运营商
startDateTime DateTimeOffset 呼叫开始时间。
tenantCountryCode String 租户的国家/地区代码 ISO 3166-1 alpha-2
usageCountryCode 字符串 用户的国家/地区代码 ISO 3166-1 alpha-2
userDisplayName String 用户的显示名称。
userId String 呼叫用户 ID Graph。 GUID。 对于自动程序呼叫类型,此信息和其他用户信息将为 null/空 (ucap_in ucap_out) 。
userPrincipalName String UserPrincipalName (中的登录) Azure Active Directory。 这通常与用户的 SIP 地址相同,并且可以与用户的电子邮件地址相同。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.callRecords.pstnCallLogRow",
  "id": "String (identifier)",
  "callId": "String",
  "userId": "String",
  "userPrincipalName": "String",
  "userDisplayName": "String",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "duration": "Integer",
  "charge": "Double",
  "callType": "String",
  "currency": "String",
  "calleeNumber": "String",
  "usageCountryCode": "String",
  "tenantCountryCode": "String",
  "connectionCharge": "Double",
  "callerNumber": "String",
  "destinationContext": "String",
  "destinationName": "String",
  "conferenceId": "String",
  "licenseCapability": "String",
  "inventoryType": "String",
  "operator": "String",
  "callDurationSource": "String"
}