Method: brands.locations.getLaunch

  • You can retrieve location launch information using a GET request to the specified endpoint.

  • The request requires the unique identifier of the location launch in the name path parameter.

  • The request body must be empty.

  • A successful response will contain an instance of LocationLaunch.

Gets the launch information for a location.

HTTP request

GET https://businesscommunications.googleapis.com/v1/{name=brands/*/locations/*/launch}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The unique identifier of the location launch.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of LocationLaunch.