Method: geographicalRegions.batchGet

Stay organized with collections Save and categorize content based on your preferences.

Returns multiple requested GeographicalRegion resources. The order of the response is the same as the names in the request. This method is atomic, which means it either returns all GeographicalRegions or fails to return nothing (no partial success).

HTTP request

GET https://ads.wazeapis.com/v1/geographicalRegions:batchGet

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
names[]

string

Required. The names of the GeographicalRegions to retrieve. A maximum of 80 GeographicalRegions can be retrieved in a batch.

Request body

The request body must be empty.

Response body

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

JSON representation
{
  "geographicalRegions": [
    {
      object (GeographicalRegion)
    }
  ]
}
Fields
geographicalRegions[]

object (GeographicalRegion)

GeographicalRegion resources requested.