方法 partnerSubscriptions.list

列出给定外部帐号 ID 的所有订阅。客户端必须获得为给定服务提供商读取订阅的服务帐号授权,才能成功调用。

HTTP 请求

GET https://cloudbilling.googleapis.com/v1/partnerSubscriptions

查询参数

参数名称 类型 说明
externalAccountId string 需要列出其订阅的外部帐号 ID。这将返回此客户和订阅提供程序的所有订阅。

请求正文

请求正文必须为空。

响应正文

如果成功,响应正文将包含结构如下的数据:

ListPartnerSubscriptions 的响应消息。

JSON 表示法

{
  "subscriptions": [
    {
      object(PartnerSubscription)
    }
  ],
}
字段名称 类型 说明
subscriptions[] object(PartnerSubscription) 提供的外部帐号 ID 的所有订阅的当前状态。包括有效订阅和完整订阅。这可能是空列表。

授权

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-billing
  • https://www.googleapis.com/auth/cloud-billing.readonly

如需了解详情,请参阅身份验证指南