Method: resellernotify.getwatchdetails
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zwraca wszystkie szczegóły zegarka odpowiadające sprzedawcy.
Żądanie HTTP
GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
Adres URL używa składni transkodowania gRPC.
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Szablon odpowiedzi w formacie JSON dla resellernotify getwatchdetails
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"topicName": string,
"serviceAccountEmailAddresses": [
string
]
} |
Pola |
topicName |
string
Nazwa tematu PubSub
|
serviceAccountEmailAddresses[] |
string
Lista zarejestrowanych kont usługi.
|
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/apps.order
https://www.googleapis.com/auth/apps.order.readonly
Więcej informacji znajdziesz w przewodniku dotyczącym autoryzacji.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# Method: resellernotify.getwatchdetails\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ResellernotifyGetwatchdetailsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns all the details of the watch corresponding to the reseller.\n\n### HTTP request\n\n`GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nJSON template for resellernotify getwatchdetails response.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------|\n| ``` { \"topicName\": string, \"serviceAccountEmailAddresses\": [ string ] } ``` |\n\n| Fields ||\n|----------------------------------|-----------------------------------------------|\n| `topicName` | `string` Topic name of the PubSub |\n| `serviceAccountEmailAddresses[]` | `string` List of registered service accounts. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/apps.order`\n- `\n https://www.googleapis.com/auth/apps.order.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]