Method: resellernotify.getwatchdetails
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Renvoie toutes les informations de la montre correspondant au revendeur.
Requête HTTP
GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
L'URL utilise la syntaxe de transcodage gRPC.
Corps de la requête
Le corps de la requête doit être vide.
Corps de la réponse
Modèle JSON pour la réponse resellernotify getwatchdetails.
Si la requête aboutit, le corps de la réponse contient des données qui ont la structure suivante :
Représentation JSON |
{
"topicName": string,
"serviceAccountEmailAddresses": [
string
]
} |
Champs |
topicName |
string
Nom du sujet Pub/Sub
|
serviceAccountEmailAddresses[] |
string
Liste des comptes de service enregistrés.
|
Champs d'application des autorisations
Nécessite l'un des champs d'application OAuth suivants :
https://www.googleapis.com/auth/apps.order
https://www.googleapis.com/auth/apps.order.readonly
Pour en savoir plus, consultez le guide d'autorisation.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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)."]]