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
}successful operation
The date and time when the calling extension settings were created.
The height of the calling extension interface.
Specifies whether the calling extension settings are ready for use.
The name of the calling extension.
Indicates if the calling extension supports custom objects.
Indicates if the calling extension supports inbound calling.
The date and time when the calling extension settings were last updated.
The URL associated with the calling extension.
Specifies if the calling extension uses a dedicated calling window.
Indicates if the calling extension uses a remote service.
The width of the calling extension interface.