Method: resellernotify.getwatchdetails

傳回與經銷商對應的智慧手錶詳細資訊。

HTTP 要求

GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails

這個網址使用 gRPC 轉碼語法。

要求主體

要求主體必須為空白。

回應主體

適用於 Resellerwatchify 回應的 JSON 範本。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "topicName": string,
  "serviceAccountEmailAddresses": [
    string
  ]
}
欄位
topicName

string

Pub/Sub 的主題名稱

serviceAccountEmailAddresses[]

string

已註冊的服務帳戶清單。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/apps.order
  • https://www.googleapis.com/auth/apps.order.readonly

詳情請參閱授權指南