Method: locations.getBusinesscallssettings
指定されたビジネスのビジネス通話設定リソースを返します。
HTTP リクエスト
GET https://mybusinessbusinesscalls.googleapis.com/v1/{name=locations/*/businesscallssettings}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。取得する BusinessCallsSettings。 name フィールドでは、取得するビジネス通話の設定を指定します。形式は locations/{locationId}/businesscallssettings です。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には BusinessCallsSettings
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["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.manage` scope is required."]]],["This document details retrieving business call settings for a specific location using a `GET` request. The core action is using a `GET` request to a predefined URL, structured with gRPC Transcoding syntax. The URL includes a mandatory `name` path parameter, identifying the location. The request body must be empty. A successful response returns a `BusinessCallsSettings` object. The process requires `https://www.googleapis.com/auth/business.manage` authorization scope.\n"]]