AI-generated Key Takeaways
-
Looks up all attributes set for a given location using a
GET
request to the specified URL. -
The request requires a
name
path parameter in the form oflocations/{locationId}/attributes
to identify the location. -
The response, if successful, will contain an
Attributes
object with the location's details. -
Authorization is necessary using the
https://www.googleapis.com/auth/business.manage
OAuth scope.
Looks up all the attributes set for a given location.
HTTP request
GET https://mybusinessbusinessinformation.googleapis.com/v1/{name=locations/*/attributes}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Google identifier for this location in the form of |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Attributes
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.