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 | |
---|---|
applicationId |
Application Id |
Query parameters
Parameters | |
---|---|
max-results |
|
start-token |
|
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:
|
nextPageToken |
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.