2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Method: brands.agents.integrations.get
HTTP リクエスト
GET https://businesscommunications.googleapis.com/v1/{name=brands/*/agents/*/integrations/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。統合の一意の識別子。ブランド ID が「1234」、エージェント ID が「5678」、統合 ID が「9092」の場合、このパラメータは「brands/1234/agents/5678/integrations/9092」に解決されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Integration
のインスタンスが含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["Retrieves a specific integration associated with a Business Communications agent using a `GET` HTTP request."],["The request requires a URL path parameter `name` to identify the integration, including brand, agent, and integration IDs."],["An empty request body is necessary, and a successful response returns an `Integration` object containing details about the retrieved integration."]]],[]]