5 分でよろしいですか?
簡単なオンライン アンケートにご回答いただき、Google Workspace Marketplace のドキュメントの改善にご協力ください。
Method: licenseNotification.list
非推奨: ユーザーが開始したインストール イベントは、Google アナリティクスでトラッキングできます。
特定のアプリに関するライセンス通知のリストを取得します。
HTTP リクエスト
GET https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
applicationId |
string
アプリケーション ID
|
クエリ パラメータ
パラメータ |
max-results |
integer (uint32 format)
|
start-token |
string
|
timestamp |
string
エポックからのタイムスタンプ(ミリ秒単位)
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文に次の構造のデータが含まれます。
JSON 表現 |
{
"kind": string,
"notifications": [
{
object (LicenseNotification )
}
],
"nextPageToken": string
} |
フィールド |
kind |
string
|
notifications[] |
object (LicenseNotification )
通知のリスト。次の項目を 1 つまたは複数入力します。
provisions : アプリケーションの新しいライセンスがプロビジョニングされました。
expiries : アプリケーションのライセンスの有効期限が切れています。
deletions : ドメインからアプリケーションが削除されました。
reassignments : 管理者が、指定されたドメインのアプリケーションのシートライセンスを割り当てまたは取り消しました。
|
nextPageToken |
string
現在の結果セットの最後の通知の後に通知の検索を続行するために使用されるトークン。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/appsmarketplace.license
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["Retrieves licensing notifications (provisions, expirations, deletions, reassignments) for a given Google Workspace Marketplace application."],["Requires the `https://www.googleapis.com/auth/appsmarketplace.license` OAuth scope for authorization."],["Uses a GET request to the `https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}` endpoint with optional query parameters for pagination and filtering by timestamp."],["Returns a JSON response containing a list of `LicenseNotification` objects and a token for retrieving further results if available."]]],["This document details retrieving licensing notifications for a given application via a `GET` request to `appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}`. It uses parameters like `max-results`, `start-token`, and `timestamp`. The response includes a `kind`, an array of `notifications` detailing provisions, expiries, deletions, or reassignments, and a `nextPageToken` for pagination. User-initiated install tracking should use Google Analytics, and the request requires the `https://www.googleapis.com/auth/appsmarketplace.license` OAuth scope.\n"]]