Method: licenseNotification.list

取得與特定應用程式相關的授權通知清單。

HTTP 要求

GET https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}

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

路徑參數

參數
applicationId

string

申請 ID

查詢參數

參數
max-results

integer (uint32 format)

start-token

string

timestamp

string

時間戳記 (以毫秒為單位自 Epoch 紀元時間起算)

要求主體

要求主體必須為空白。

回應主體

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

JSON 表示法
{
  "kind": string,
  "notifications": [
    {
      object (LicenseNotification)
    }
  ],
  "nextPageToken": string
}
欄位
kind

string

notifications[]

object (LicenseNotification)

通知清單。可包含下列內容:

  • provisions:已佈建應用程式的新授權。
  • expiries:應用程式執照已過期。
  • deletions:已從網域中刪除應用程式。
  • reassignments:管理員已為指定網域指派或撤銷應用程式名額授權。
nextPageToken

string

在目前結果集中的最終通知之後,用來繼續查詢通知的憑證。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/appsmarketplace.license

詳情請參閱授權指南