تتضمّن واجهة برمجة التطبيقات
لأداء الأعمال في Google طريقة واجهة برمجة تطبيقات
جديدة تتيح جلب عدة "مقاييس يومية" في طلب واحد لواجهة برمجة التطبيقات.
يُرجى مراجعة
الجدول الزمني للإيقاف وتعليمات نقل البيانات من طريقة v4 reportInsights API إلى واجهة برمجة التطبيقات الخاصة بأداء "الملف التجاري على Google".
REST Resource: locations.questions.answers
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد
لا تتوفّر بيانات دائمة مرتبطة بهذا المورد.
الطُرق |
|
لحذف الإجابة التي كتبها المستخدم الحالي على السؤال. |
|
لعرض قائمة الإجابات المقسّمة على صفحات لسؤال محدّد. |
|
لإنشاء إجابة أو تعديل الإجابة الحالية التي كتبها المستخدم للسؤال المحدّد. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]