Page Summary
-
Retrieves the Business calls settings for a specific location using a GET request.
-
Requires a location ID as a path parameter to identify the desired settings.
-
An empty request body is necessary, and the response contains the BusinessCallsSettings resource if successful.
-
Authorization with the
https://www.googleapis.com/auth/business.managescope is required.
Returns the Business calls settings resource for the given location.
HTTP request
GET https://mybusinessbusinesscalls.googleapis.com/v1/{name=locations/*/businesscallssettings}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The BusinessCallsSettings to get. The |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of BusinessCallsSettings.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/business.manage
For more information, see the OAuth 2.0 Overview.