Q&A API

변경 로그

v1: 2024년 2월 12일

locations.questionslocations.questions.answersname 필드가 변경됩니다

2024-02-12부터 질문 또는 답변의 이전 ID가 포함된 name 필드가 새 ID로 대체됩니다. 질문 또는 답변에 이전 ID를 사용 중인 경우 API에서 요청에 대한 응답 객체에 새 ID를 반환합니다.

v1: 2023년 11월 13일

50개 이상의 질문이 있는 비즈니스용 locations.questions.list

질문이 50개 이상일 때 비즈니스에서 upvoteCount 순서를 올바르게 사용하여 만든 질문을 정렬하지 않는 locations.questions.list에 대한 orderBy 쿼리 매개변수 관련 알려진 제한사항이 있습니다.

v1: 2021년 11월 18일

API 액세스

GCP Console에서 Q&A API를 사용 설정해야 합니다. OAuth 범위는 동일하게 유지됩니다.

엔드포인트 URL

https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions 대신 https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions에서 질문 엔드포인트에 액세스할 수 있습니다.

https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/questions/{questionId}/answers 대신 https://mybusinessqanda.googleapis.com/v1/locations/{locationId}/questions/{questionId}/answers에서 답변 엔드포인트에 액세스할 수 있습니다.