변경 로그
v1: 2024년 9월 18일
이전 ID는 locations.questions 및 locations.questions.answers에 대해 더 이상 승인되지 않습니다.
name
필드에 2024-09-16
로 시작하는 질문 또는 답변의 이전 ID가 포함되어 있는 경우 API가 예외를 반환합니다. API를 호출할 때 이전 ID를 사용하는 경우 list
메서드를 호출하여 이전 ID를 새 ID로 대체하세요.
v1: 2024년 2월 12일
locations.questions
및 locations.questions.answers
의 name
필드가 변경됩니다
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 콘솔에서 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
에서 답변 엔드포인트에 액세스할 수 있습니다.