變更記錄檔
v1:2024-02-12
系統將變更locations.questions
和locations.questions.answers
的「name
」欄位
請注意,自 2024-02-12
起,包含問題或answer的舊 ID 的 name
欄位將替換為新 ID。如果問題或答案使用的是舊 ID,API 會在要求的回應物件中傳回新 ID。
v1:2023-11-13
locations.questions.list
適用於超過 50 個問題的商家
locations.questions.list
的 orderBy
查詢參數有已知的限制,避免在超過 50 個問題時,正確使用 upvoteCount
順序排序商家建立的問題。
v1:2021-11-18
API 存取權
您必須從 GCP 控制台啟用 Q&A API。OAuth 範圍維持不變。
端點網址
問題端點可透過 https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions
(而非 https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions
) 存取。
回答端點可從 https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions/{questionId}/answers
(而非 https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions/{questionId}/answers
) 存取。