AI-generated Key Takeaways
- 
          Returns localized business category names for specified GConcept IDs and language. 
- 
          Requires providing GConcept IDs and language code as query parameters in a GET request. 
- 
          Response includes a list of categories matching the provided GConcept IDs. 
- 
          Requires https://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.managescope for authorization.
Returns a list of business categories for the provided language and GConcept ids.
HTTP request
GET https://mybusiness.googleapis.com/v4/categories:batchGet
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| languageCode | 
 Required. The BCP 47 code of language that the category names should be returned in. | 
| categoryIds[] | 
 Required. At least one name must be set. The GConcept ids the localized category names should be returned for. | 
| regionCode | 
 Optional. The ISO 3166-1 alpha-2 country code used to infer non-standard language. | 
| view | 
 Required. Specifies which parts to the Category resource should be returned in the response. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for BusinessCategories.BatchGetBusinessCategories.
| JSON representation | |
|---|---|
| {
  "categories": [
    {
      object ( | |
| Fields | |
|---|---|
| categories[] | 
 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 one of the following OAuth scopes:
- https://www.googleapis.com/auth/plus.business.manage
- https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.