Deprecated: User-initiated install events can be tracked through Google Analytics.
Gets a list of licensing notifications with regards to a given app.
HTTP request
GET https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
application |
Application Id |
Query parameters
Parameters | |
---|---|
max- |
|
start- |
|
timestamp |
Timestamp in milliseconds since epoch |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"notifications": [
{
object ( |
Fields | |
---|---|
kind |
|
notifications[] |
The list of notifications. One or more of:
|
next |
The token used to continue querying for notifications after the final notification in the current result set. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/appsmarketplace.license
For more information, see the Authorization guide.