REST Resource: locations.questions.answers
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên
Không có dữ liệu cố định nào được liên kết với tài nguyên này.
Phương thức |
|
Xoá câu trả lời do người dùng hiện tại đã viết cho một câu hỏi. |
|
Trả về danh sách các câu trả lời đã phân trang cho một câu hỏi được chỉ định. |
|
Tạo một câu trả lời hoặc cập nhật câu trả lời hiện có do người dùng viết cho câu hỏi được chỉ định. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]