Method: resellernotify.getwatchdetails
Returns all the details of the watch corresponding to the reseller.
HTTP request
GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
The URL uses gRPC Transcoding syntax.
Request body
The request body must be empty.
Response body
JSON template for resellernotify getwatchdetails response.
If successful, the response body contains data with the following structure:
JSON representation |
{
"topicName": string,
"serviceAccountEmailAddresses": [
string
]
} |
Fields |
topicName |
string
Topic name of the PubSub
|
serviceAccountEmailAddresses[] |
string
List of registered service accounts.
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/apps.order
https://www.googleapis.com/auth/apps.order.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Retrieves all details of a specific watch associated with the reseller."],["Utilizes an empty request body and returns details like topic name and service account email addresses."],["Requires authorization with specific OAuth scopes related to apps order management."],["Employs gRPC Transcoding for its HTTP request structure."]]],["The core content describes retrieving watch details for a reseller via an HTTP GET request to `https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails`. The request body should be empty. A successful response contains a JSON structure with the `topicName` (Pub/Sub topic name) and `serviceAccountEmailAddresses` (list of registered accounts). Authorization requires either `https://www.googleapis.com/auth/apps.order` or `https://www.googleapis.com/auth/apps.order.readonly` OAuth scopes.\n"]]