categories
Returns a list of business categories. Search will match the category name but not the category ID. Search only matches the front of a category name (that is, 'food' may return 'Food Court' but not 'Fast Food Restaurant').
get/v1/categories
Query parameters
filterstring
Optional. Filter string from user. The only field that supported is displayName. Eg: filter=displayName=foo.
languageCodestring
Required. The BCP 47 code of language.
pageSizeinteger
Optional. How many categories to fetch per page. Default is 100, minimum is 1, and maximum page size is 100.
pageTokenstring
Optional. If specified, the next page of categories will be fetched.
regionCodestring
Required. The ISO 3166-1 alpha-2 country code.
view'CATEGORY_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'
Required. Specifies which parts to the Category resource should be returned in the response.
Response
Successful response