Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
REST Resource: locations.questions.answers
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스
이 리소스에는 영구 데이터가 연결되어 있지 않습니다.
방법 |
|
현재 사용자가 질문에 작성한 답변을 삭제합니다. |
|
지정된 질문에 대해 페이지로 나눈 답변 목록을 반환합니다. |
|
지정된 질문에 대해 답변을 만들거나 사용자가 작성한 기존 답변을 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThis resource represents Q&A data, specifically answers to questions associated with a location, but it does not store any persistent data itself.\u003c/p\u003e\n"],["\u003cp\u003eUsers can delete their answers, view a list of answers for a specific question, and create or update their answers using the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eThe available methods for interacting with this resource include deleting, listing, and upserting answers.\u003c/p\u003e\n"]]],["This resource lacks persistent data. It supports three main actions: deleting, listing, and upserting answers. `delete` removes the current user's answer to a question. `list` retrieves a paginated collection of answers for a specific question. `upsert` either creates a new answer or updates an existing one, specifically for answers authored by the current user. These actions are all associated with managing user-generated answers to questions.\n"],null,["# REST Resource: locations.questions.answers\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| ### [delete](/my-business/reference/qanda/rest/v1/locations.questions.answers/delete) | Deletes the answer written by the current user to a question. |\n| ### [list](/my-business/reference/qanda/rest/v1/locations.questions.answers/list) | Returns the paginated list of answers for a specified question. |\n| ### [upsert](/my-business/reference/qanda/rest/v1/locations.questions.answers/upsert) | Creates an answer or updates the existing answer written by the user for the specified question. |"]]