Google Business Performance API یک روش API
جدید دارد که امکان واکشی چندین «DailyMetrics» را در یک درخواست API فراهم میکند.
زمانبندی منسوخ شدن و دستورالعملهای انتقال از روش API reportInsights v4 به API عملکرد نمایه کسبوکار Google را مرور کنید.
Method: accounts.locations.getFoodMenus
با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-10-26 بهوقت ساعت هماهنگ جهانی."],[[["Retrieves the food menus for a specified location if the location is eligible to have a food menu."],["Uses a GET request with the URL format: `https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/foodMenus}`."],["Requires providing the location's Google identifier in the path parameter \"name\" and optionally a field mask for specifying returned fields in the \"readMask\" query parameter."],["Authorization requires either the `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],["This outlines how to retrieve food menus for a specific location via a `GET` request to `https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/foodMenus}`. The `name` parameter, specifying the location ID, is required in the URL path. An optional `readMask` query parameter can be used to specify fields to return. The request body must be empty, and successful responses return a `FoodMenus` instance. The call needs one of the defined OAuth scopes for authorization.\n"]]