Method: accounts.locations.followers.getMetadata

위치의 팔로어 설정을 가져옵니다.

계정 또는 위치가 존재하지 않는 경우 NOT_FOUND가 반환됩니다. 위치가 인증되지 않거나 지도에 연결되지 않은 경우 PRECONDITION_FAILED가 반환됩니다.

HTTP 요청

GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/followers/metadata}

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

경로 매개변수

매개변수
name

string

위치의 팔로어 메타데이터의 리소스 이름입니다. accounts/{accountId}/locations/{locationId}/followers/metadata

요청 본문

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

응답 본문

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

위치의 팔로어 메타데이터입니다.

JSON 표현
{
  "name": string,
  "count": string
}
필드
name

string

리소스 이름입니다. accounts/{accountId}/locations/{locationId}/followers/metadata

count

string

위치의 총 팔로어 수입니다.

승인 범위

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

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

자세한 내용은 OAuth 2.0 개요를 참고하세요.