取得某地點的追蹤者設定。
如果帳戶或位置不存在,會傳回 NOT_FOUND。如果地點未驗證或未與 Google 地圖連線,則會傳回 PRECONDITION_FAILED。
HTTP 要求
GET https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/followers/metadata}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
name |
營業地點追蹤者中繼資料的資源名稱。accounts/{accountId}/locations/{locationId}/followers/metadata |
要求主體
要求主體必須為空白。
回應主體
如果成功,回應主體會含有以下結構的資料:
某地點的追蹤者中繼資料。
JSON 表示法 | |
---|---|
{ "name": string, "count": string } |
欄位 | |
---|---|
name |
此資源的資源名稱。accounts/{accountId}/locations/{locationId}/followers/metadata |
count |
地點的追蹤者總數。 |
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳情請參閱 OAuth 2.0 總覽。