5분 후
간단한 온라인 설문조사를 통해 Google Workspace Marketplace 문서를 개선하도록 도와주세요.
Method: licenseNotification.list
지원 중단됨: 사용자 시작 설치 이벤트는 Google 애널리틱스를 통해 추적할 수 있습니다.
지정된 앱과 관련된 라이선스 알림 목록을 가져옵니다.
HTTP 요청
GET https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
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 )
알림 목록입니다. 하나 이상의
provisions : 애플리케이션의 새 라이선스가 프로비저닝되었습니다.
expiries : 애플리케이션 라이선스가 만료되었습니다.
deletions : 도메인에서 애플리케이션이 삭제되었습니다.
reassignments : 관리자가 제공된 도메인의 애플리케이션에 대한 사용자 라이선스를 할당하거나 취소했습니다.
|
nextPageToken |
string
현재 결과 집합의 마지막 알림 이후 알림 쿼리를 계속하는 데 사용되는 토큰입니다.
|
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/appsmarketplace.license
자세한 내용은 승인 가이드를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]