AI-generated Key Takeaways
- 
          Looks up all attributes set for a given location using a GETrequest to the specified URL.
- 
          The request requires a namepath parameter in the form oflocations/{locationId}/attributesto identify the location.
- 
          The response, if successful, will contain an Attributesobject with the location's details.
- 
          Authorization is necessary using the https://www.googleapis.com/auth/business.manageOAuth 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.