Method: categories.batchGet

Returns a list of business categories for the provided language and GConcept ids.

HTTP request

GET https://mybusinessbusinessinformation.googleapis.com/v1/categories:batchGet

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
names[]

string

Required. At least one name must be set. The GConcept ids the localized category names should be returned for. To return details for more than one category, repeat this parameter in the request.

languageCode

string

Required. The BCP 47 code of language that the category names should be returned in.

regionCode

string

Optional. The ISO 3166-1 alpha-2 country code used to infer non-standard language.

view

enum (CategoryView)

Required. Specifies which parts to the Category resource should be returned in the response.

Request body

The request body must be empty.

Response body

Response message for BusinessCategories.BatchGetBusinessCategories.

If successful, the response body contains data with the following structure:

JSON representation
{
  "categories": [
    {
      object (Category)
    }
  ]
}
Fields
categories[]

object (Category)

Categories that match the GConcept ids provided in the request. They will not come in the same order as category ids in the request.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.