Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
Method: accounts.locations.getFoodMenus
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["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"]]