5 分でよろしいですか?
簡単なオンライン アンケートにご回答いただき、Google Workspace Marketplace のドキュメントの改善にご協力ください。
Method: licenseNotification.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特定のアプリに関するライセンス通知のリストを取得します。
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 および関連会社の登録商標です。
最終更新日 2024-09-10 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
{"lastModified": "\u6700\u7d42\u66f4\u65b0\u65e5 2024-09-10 UTC\u3002"}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-09-10 UTC。"]]