Returns the list of available attributes that would be available for a location with the given primary category and country.
HTTP request
GET https://mybusiness.googleapis.com/v3/attributes
The URL uses Google API HTTP annotation syntax.
Query parameters
Parameters | |
---|---|
name |
Resource name of the location to lookup available attributes. |
categoryId |
The primary category stable ID to find available attributes. |
country |
The ISO 3166-1 alpha-2 country code to find available attributes. |
languageCode |
The BCP 47 code of language to get attribute display names in. If this language is not available, they will be provided in English. |
pageSize |
How many attributes to include per page. Default is 200, minimum is 1. |
pageToken |
If specified, the next page of attribute metadata is retrieved. The |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{
"attributes": [
{
object( |
Fields | |
---|---|
attributes[] |
A collection of attribute metadata for the available attributes. |
nextPageToken |
If the number of attributes exceeded the requested page size, this field will be populated with a token to fetch the next page of attributes on a subsequent call to |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/plus.business.manage
For more information, see the Auth Guide.