Method: resellernotify.getwatchdetails

리셀러에 해당하는 시계의 모든 세부정보를 반환합니다.

HTTP 요청

GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails

URL은 gRPC 트랜스코딩 구문을 사용합니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

리셀러 알림 getwatchdetails 응답의 JSON 템플릿

성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.

JSON 표현
{
  "topicName": string,
  "serviceAccountEmailAddresses": [
    string
  ]
}
필드
topicName

string

PubSub의 주제 이름

serviceAccountEmailAddresses[]

string

등록된 서비스 계정 목록

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

  • https://www.googleapis.com/auth/apps.order
  • https://www.googleapis.com/auth/apps.order.readonly

자세한 내용은 승인 가이드를 참고하세요.