返回与转销商对应的手表的所有详细信息。
HTTP 请求
GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails
网址采用 gRPC 转码语法。
请求正文
请求正文必须为空。
响应正文
用于 resellernotify getwatchdetails 响应的 JSON 模板。
如果成功,响应正文将包含结构如下的数据:
JSON 表示法 |
---|
{ "topicName": string, "serviceAccountEmailAddresses": [ string ] } |
字段 | |
---|---|
topicName |
PubSub 的主题名称 |
serviceAccountEmailAddresses[] |
已注册的服务账号列表。 |
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/apps.order
https://www.googleapis.com/auth/apps.order.readonly
有关详情,请参阅授权指南。