curl --request GET \
--url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings?hapikey='{
"createdAt": "2023-11-07T05:31:56Z",
"height": 123,
"isReady": true,
"name": "<string>",
"supportsCustomObjects": true,
"supportsInboundCalling": true,
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>",
"usesCallingWindow": true,
"usesRemote": true,
"width": 123
}アプリについて定義された設定を取得します。
curl --request GET \
--url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings?hapikey='{
"createdAt": "2023-11-07T05:31:56Z",
"height": 123,
"isReady": true,
"name": "<string>",
"supportsCustomObjects": true,
"supportsInboundCalling": true,
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>",
"usesCallingWindow": true,
"usesRemote": true,
"width": 123
}コール拡張機能設定を取得するアプリの固有ID。
successful operation
コール拡張機能設定が作成された日時。
コール拡張機能インターフェースの高さ。
コール拡張機能設定を使用する準備ができたかどうかを示します。
コール拡張機能の名前。
コール拡張機能でカスタムオブジェクトがサポートされているかどうかを示します。
コール拡張機能でインバウンドコールがサポートされているかどうかを示します。
コール拡張機能設定が最後に更新された日時。
コール拡張機能と関連付けられたURL。
コール拡張機能で専用のコールウィンドウが使用されるかどうかを示します。
コール拡張機能でリモートサービスが使用されるかどうかを示します。
コール拡張機能インターフェースの幅。