Webex · Schema
EntryPointBulkExportDTO
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| description | string | |
| serviceLevelThreshold | string | |
| timezone | string | |
| channelType | string | |
| socialChannelType | string | |
| entryPointType | string | |
| assetId | string | |
| flowId | string | |
| flowTag | string | |
| musicOnHoldId | string | |
| outdialQueueId | string | |
| callbackEnabled | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EntryPointBulkExportDTO",
"title": "EntryPointBulkExportDTO",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"serviceLevelThreshold": {
"type": "string"
},
"timezone": {
"type": "string"
},
"channelType": {
"type": "string"
},
"socialChannelType": {
"type": "string"
},
"entryPointType": {
"type": "string"
},
"assetId": {
"type": "string"
},
"flowId": {
"type": "string"
},
"flowTag": {
"type": "string"
},
"musicOnHoldId": {
"type": "string"
},
"outdialQueueId": {
"type": "string"
},
"callbackEnabled": {
"type": "boolean"
}
}
}