You can now create recurring posts through the LocalPosts API to keep your customers updated automatically. Additionally, you can access review media items and track your review reply status in the Reviews API to better manage customer feedback, and retrieve the location place ID in pending invitations through the Account Management API.
Method: accounts.locations.getGoogleUpdated
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Retrieves the Google-updated version of a specified location using a GET request.
Requires providing the location name as a path parameter.
Returns a JSON response containing the updated location data and a diff mask indicating the modified fields.
Needs authorization with specific OAuth scopes like https://www.googleapis.com/auth/plus.business.manage or https://www.googleapis.com/auth/business.manage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[],["This describes retrieving a Google-updated location using a `GET` request to a specific URL (`https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:googleUpdated`). The `name` path parameter identifies the location. The request body must be empty. A successful response contains a JSON object with the updated location data, including the `location` object and a `diffMask` string that specifies changed fields. Authorization requires either the `plus.business.manage` or `business.manage` OAuth scope.\n"]]