Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
Method: accounts.locations.batchGet
Stay organized with collections
Save and categorize content based on your preferences.
Gets all of the specified locations in the given account.
HTTP request
POST https://mybusiness.googleapis.com/v4/{name=accounts/*}/locations:batchGet
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
The name of the account from which to fetch locations.
|
Request body
The request body contains data with the following structure:
JSON representation |
{
"locationNames": [
string
]
} |
Fields |
locationNames[] |
string
A collection of locations to fetch, specified by their names.
|
Response body
If successful, the response body contains data with the following structure:
Response message for Locations.BatchGetLocations.
JSON representation |
{
"locations": [
{
object (Location )
}
]
} |
Fields |
locations[] |
object (Location )
A collection of locations.
|
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["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 document outlines the process for retrieving multiple locations within a specific account using the Google My Business API."],["It involves sending a POST request with location names in the request body and receiving location details in the response."],["Proper authorization with specified OAuth scopes is required to access this functionality."],["Communication is performed using gRPC Transcoding with a structured JSON format for both requests and responses."]]],[]]