Zum Hauptinhalt springen

BUSHE

callhandling.dataaccesslayer.events

ConferenceChangedEvent

Beispiel: ConferenceChangedEvent
{
"cause": { },
"conferenceRoomId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • conferenceRoomId: $.conferenceRoomId
  • cause: $.cause
  • rootCause: $.rootCause

ConferenceRemovedEvent

Beispiel: ConferenceRemovedEvent
{
"cause": { },
"conferenceRoomId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • conferenceRoomId: $.conferenceRoomId
  • cause: $.cause
  • rootCause: $.rootCause

FMCPhoneRemovedEvent

Beispiel: FMCPhoneRemovedEvent
{
"accountId": 2345,
"cause": { },
"phoneName": "<string>",
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • phoneName: $.phoneName
  • cause: $.cause
  • rootCause: $.rootCause

FMCPhoneUpdatedEvent

Beispiel: FMCPhoneUpdatedEvent
{
"accountId": 2345,
"cause": { },
"phoneId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • phoneId: $.phoneId
  • cause: $.cause
  • rootCause: $.rootCause

LineConfigurationRemovedEvent

Beispiel: LineConfigurationRemovedEvent
{
"cause": { },
"lineConfigId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • lineConfigId: $.lineConfigId
  • cause: $.cause
  • rootCause: $.rootCause

MusicOnHoldChangedEvent

Beispiel: MusicOnHoldChangedEvent
{
"cause": { },
"mohClassId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • mohClassId: $.mohClassId
  • cause: $.cause
  • rootCause: $.rootCause

MusicOnHoldRemovedEvent

Beispiel: MusicOnHoldRemovedEvent
{
"cause": { },
"mohClassId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • mohClassId: $.mohClassId
  • cause: $.cause
  • rootCause: $.rootCause

PhoneAddedEvent

Beispiel: PhoneAddedEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

PhoneAssignmentsChangedEvent

Beispiel: PhoneAssignmentsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PhoneDataChangedEvent

Beispiel: PhoneDataChangedEvent
{
"accountId": 2345,
"cause": { },
"newPhoneName": "<string>",
"oldPhoneName": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • newPhoneName: $.newPhoneName
  • oldPhoneName: $.oldPhoneName
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PhoneRemovedEvent

Beispiel: PhoneRemovedEvent
{
"cause": { },
"phoneName": "<string>",
"rootCause": { }
}

Attribute (JsonPath)

  • phoneName: $.phoneName
  • cause: $.cause
  • rootCause: $.rootCause

PushClientChangedEvent

Beispiel: PushClientChangedEvent
{
"cause": { },
"rootCause": { },
"telephoneId": 2345
}

Attribute (JsonPath)

  • telephoneId: $.telephoneId
  • cause: $.cause
  • rootCause: $.rootCause

QueueChangedEvent

Beispiel: QueueChangedEvent
{
"cause": { },
"queueAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • queueAccountId: $.queueAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueRemovedEvent

Beispiel: QueueRemovedEvent
{
"cause": { },
"queueAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • queueAccountId: $.queueAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxChangedEvent

Beispiel: VoicemailBoxChangedEvent
{
"cause": { },
"rootCause": { },
"voicemailboxId": 2345
}

Attribute (JsonPath)

  • voicemailboxId: $.voicemailboxId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxConfigsChangedEvent

Beispiel: VoicemailBoxConfigsChangedEvent
{
"cause": { },
"rootCause": { },
"voicemailboxId": 2345
}

Attribute (JsonPath)

  • voicemailboxId: $.voicemailboxId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxConfigsRemovedEvent

Beispiel: VoicemailBoxConfigsRemovedEvent
{
"cause": { },
"removedAccountIds": [ 0 ],
"rootCause": { },
"voicemailboxId": 2345
}

Attribute (JsonPath)

  • voicemailboxId: $.voicemailboxId
  • removedAccountIds: $.removedAccountIds
  • removedAccountIds: $.removedAccountIds[*]
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxRemovedEvent

Beispiel: VoicemailBoxRemovedEvent
{
"cause": { },
"rootCause": { },
"voicemailboxId": 2345
}

Attribute (JsonPath)

  • voicemailboxId: $.voicemailboxId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.bo.callhandling.updater.events

EmergencyConfigChangeEvent

Beispiel: EmergencyConfigChangeEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

FederationStatusChangedEvent

Beispiel: FederationStatusChangedEvent
{
"cause": { },
"federationOnline": true,
"rootCause": { },
"siteId": "2345"
}

Attribute (JsonPath)

  • federationOnline: $.federationOnline
  • siteId: $.siteId
  • cause: $.cause
  • rootCause: $.rootCause

GlobalRoutingConfigurationRoutingPriorityChangedEvent

Beispiel: GlobalRoutingConfigurationRoutingPriorityChangedEvent
{
"cause": { },
"rootCause": { },
"routingType": "<string>"
}

Attribute (JsonPath)

  • routingType: $.routingType
  • cause: $.cause
  • rootCause: $.rootCause

GlobalRoutingConfigurationUnreachableBehaviorChangedEvent

Beispiel: GlobalRoutingConfigurationUnreachableBehaviorChangedEvent
{
"cause": { },
"rootCause": { },
"routingUnavailable": "<string>"
}

Attribute (JsonPath)

  • routingUnavailable: $.routingUnavailable
  • cause: $.cause
  • rootCause: $.rootCause

LineDnsResolutionChangedEvent

Beispiel: LineDnsResolutionChangedEvent
{
"cause": { },
"dnsHostAndProxy": {
"key": { },
"left": { },
"right": { },
"value": { }
},
"newSipAccountId": 2345,
"oldSipAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • oldSipAccountId: $.oldSipAccountId
  • newSipAccountId: $.newSipAccountId
  • dnsHostAndProxy: $.dnsHostAndProxy
  • value: $.dnsHostAndProxy.value
  • key: $.dnsHostAndProxy.key
  • left: $.dnsHostAndProxy.left
  • right: $.dnsHostAndProxy.right
  • cause: $.cause
  • rootCause: $.rootCause

MergeLinesNumbersEvent

Beispiel: MergeLinesNumbersEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadCorRoutingEntrysEvent

Beispiel: ReloadCorRoutingEntrysEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadForwardsOnOneNumberEvent

Beispiel: ReloadForwardsOnOneNumberEvent
{
"cause": { },
"countryInformation": [ "<string>" ],
"numberDbId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • numberDbId: $.numberDbId
  • countryInformation: $.countryInformation
  • countryInformation: $.countryInformation[*]
  • cause: $.cause
  • rootCause: $.rootCause

ReloadGlobalLineConfigurationChangedEvent

Beispiel: ReloadGlobalLineConfigurationChangedEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadGroupMemberShipsOfOneGroupEvent

Beispiel: ReloadGroupMemberShipsOfOneGroupEvent
{
"accountId": 2345,
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • cause: $.cause
  • rootCause: $.rootCause

ReloadGroupMemberShipsOfOneUserEvent

Beispiel: ReloadGroupMemberShipsOfOneUserEvent
{
"accountId": 2345,
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • cause: $.cause
  • rootCause: $.rootCause

ReloadJabberIdOfAllAccountsEvent

Beispiel: ReloadJabberIdOfAllAccountsEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

ReloadLinesConfigurationsEvent

Beispiel: ReloadLinesConfigurationsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadNumbersEvent

Beispiel: ReloadNumbersEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadPhoneUserAssignmentsEvent

Beispiel: ReloadPhoneUserAssignmentsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadPhonesEvent

Beispiel: ReloadPhonesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadPropertiesEvent

Beispiel: ReloadPropertiesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

SingleNumberFunctionEvent

Beispiel: SingleNumberFunctionEvent
{
"cause": { },
"countryInformation": [ "<string>" ],
"numberDbId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • numberDbId: $.numberDbId
  • countryInformation: $.countryInformation
  • countryInformation: $.countryInformation[*]
  • cause: $.cause
  • rootCause: $.rootCause

SwitchNumbersToNewLineEvent

Beispiel: SwitchNumbersToNewLineEvent
{
"cause": { },
"newLine": 0,
"oldLine": 0,
"phoneNumberIds": [ 0 ],
"rootCause": { }
}

Attribute (JsonPath)

  • phoneNumberIds: $.phoneNumberIds
  • phoneNumberIds: $.phoneNumberIds[*]
  • newLine: $.newLine
  • oldLine: $.oldLine
  • cause: $.cause
  • rootCause: $.rootCause

UserAdminUpdatedEvent

Beispiel: UserAdminUpdatedEvent
{
"accountId": 2345,
"cause": { },
"groupsChanged": true,
"ifmcChanged": true,
"keysChanged": true,
"phoneNumbersChanged": true,
"phonesChanged": true,
"rightsChanged": true,
"rootCause": { },
"skillChanged": true,
"userDataChanged": true
}

Attribute (JsonPath)

  • ifmcChanged: $.ifmcChanged
  • keysChanged: $.keysChanged
  • rightsChanged: $.rightsChanged
  • groupsChanged: $.groupsChanged
  • phonesChanged: $.phonesChanged
  • userDataChanged: $.userDataChanged
  • skillChanged: $.skillChanged
  • accountId: $.accountId
  • phoneNumbersChanged: $.phoneNumbersChanged
  • cause: $.cause
  • rootCause: $.rootCause

UserPreferencesUpdatedEvent

Beispiel: UserPreferencesUpdatedEvent
{
"accountId": 2345,
"cause": { },
"groupsChanged": true,
"ifmcChanged": true,
"keysChanged": true,
"phonesChanged": true,
"rootCause": { },
"userDataChanged": true,
"voicemailChanged": true,
"windowsChanged": true
}

Attribute (JsonPath)

  • ifmcChanged: $.ifmcChanged
  • keysChanged: $.keysChanged
  • voicemailChanged: $.voicemailChanged
  • windowsChanged: $.windowsChanged
  • groupsChanged: $.groupsChanged
  • phonesChanged: $.phonesChanged
  • userDataChanged: $.userDataChanged
  • accountId: $.accountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.bo.callhandling.updater.events.metaupdater

ReloadAllAccountsEvent

Beispiel: ReloadAllAccountsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllConferenceNumberEvent

Beispiel: ReloadAllConferenceNumberEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllCorEntrysEvent

Beispiel: ReloadAllCorEntrysEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllDisplayNumbersEvent

Beispiel: ReloadAllDisplayNumbersEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllDndSettingsEvent

Beispiel: ReloadAllDndSettingsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllEmergencyNumbersEvent

Beispiel: ReloadAllEmergencyNumbersEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllFaxEvent

Beispiel: ReloadAllFaxEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllForwardsEvent

Beispiel: ReloadAllForwardsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllGlobalRoutingConfigurationEvent

Beispiel: ReloadAllGlobalRoutingConfigurationEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllGroupMemberShipsEvent

Beispiel: ReloadAllGroupMemberShipsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllLineConfigurationsEvent

Beispiel: ReloadAllLineConfigurationsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllMusicOnHoldEvent

Beispiel: ReloadAllMusicOnHoldEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllNumberAssociationsChangedEvent

Beispiel: ReloadAllNumberAssociationsChangedEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllNumberEvent

Beispiel: ReloadAllNumberEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllNumberFunctionsEvent

Beispiel: ReloadAllNumberFunctionsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllPhoneAssignmentsEvent

Beispiel: ReloadAllPhoneAssignmentsEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllPhonesEvent

Beispiel: ReloadAllPhonesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllPropertiesEvent

Beispiel: ReloadAllPropertiesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllQueuesEvent

Beispiel: ReloadAllQueuesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllVoicemailBoxConfigEvent

Beispiel: ReloadAllVoicemailBoxConfigEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadAllVoicemailBoxesEvent

Beispiel: ReloadAllVoicemailBoxesEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadCallModelEvent

Beispiel: ReloadCallModelEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ReloadConferenceNumbersEvent

Beispiel: ReloadConferenceNumbersEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

de.starface.bo.events

ActiveDirectoryToggleEvent

Beispiel: ActiveDirectoryToggleEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

CallCdrDeletedEvent

Beispiel: CallCdrDeletedEvent
{
"accountId": 2345,
"cause": { },
"deletedCallIds": [ "<string>" ],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • deletedCallIds: $.deletedCallIds
  • deletedCallIds: $.deletedCallIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

CallerPositionInQueueChangedEvent

Beispiel: CallerPositionInQueueChangedEvent
{
"accountId": 2345,
"cause": { },
"newPosition": 0,
"queueAccountid": 2345,
"queueCaller": {
"callerId": "+49712345678",
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"callerIdName": "Max Mustermann",
"callerIdNumber": "+49712345678",
"channelName": "<string>",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"connectedToAgent": true,
"dialedExtension": "<string>",
"identifier": "<string>",
"incomingTimestamp": "2026-01-14T12:34:56Z",
"initialQueueAccountId": 2345,
"loopCount": 0,
"position": 0,
"priority": 0,
"rawIncomingTimestamp": "2026-01-14T12:34:56Z",
"registeredAgents": [ 0 ]
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • queueCaller: $.queueCaller
  • identifier: $.queueCaller.identifier
  • position: $.queueCaller.position
  • priority: $.queueCaller.priority
  • callerIdName: $.queueCaller.callerIdName
  • callerIdNumber: $.queueCaller.callerIdNumber
  • connectedToAgent: $.queueCaller.connectedToAgent
  • dialedExtension: $.queueCaller.dialedExtension
  • channelName: $.queueCaller.channelName
  • loopCount: $.queueCaller.loopCount
  • callerId: $.queueCaller.callerId
  • registeredAgents: $.queueCaller.registeredAgents
  • registeredAgents: $.queueCaller.registeredAgents[*]
  • rawIncomingTimestamp: $.queueCaller.rawIncomingTimestamp
  • initialQueueAccountId: $.queueCaller.initialQueueAccountId
  • callerIdContainer: $.queueCaller.callerIdContainer
  • addressBookResolved: $.queueCaller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId.*
  • name: $.queueCaller.callerIdContainer.addressbookCallerId.*.name
  • number: $.queueCaller.callerIdContainer.addressbookCallerId.*.number
  • company: $.queueCaller.callerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.queueCaller.callerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.queueCaller.callerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.queueCaller.callerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.queueCaller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.queueCaller.callerIdContainer.originalCallerId
  • name: $.queueCaller.callerIdContainer.originalCallerId.name
  • number: $.queueCaller.callerIdContainer.originalCallerId.number
  • company: $.queueCaller.callerIdContainer.originalCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.originalCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.originalCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.originalCallerId.firstname
  • currentCallerId: $.queueCaller.callerIdContainer.currentCallerId
  • name: $.queueCaller.callerIdContainer.currentCallerId.name
  • number: $.queueCaller.callerIdContainer.currentCallerId.number
  • company: $.queueCaller.callerIdContainer.currentCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.currentCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.currentCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.currentCallerId.firstname
  • intern: $.queueCaller.callerIdContainer.intern
  • phoneCallerId: $.queueCaller.callerIdContainer.phoneCallerId
  • anonymous: $.queueCaller.callerIdContainer.anonymous
  • moduleCallerId: $.queueCaller.callerIdContainer.moduleCallerId
  • name: $.queueCaller.callerIdContainer.moduleCallerId.name
  • number: $.queueCaller.callerIdContainer.moduleCallerId.number
  • company: $.queueCaller.callerIdContainer.moduleCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.moduleCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.moduleCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.moduleCallerId.firstname
  • connectedTimestamp: $.queueCaller.connectedTimestamp
  • incomingTimestamp: $.queueCaller.incomingTimestamp
  • queueAccountid: $.queueAccountid
  • newPosition: $.newPosition
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ChangedCallListEntryEvent

Beispiel: ChangedCallListEntryEvent
{
"accountId": 2345,
"accountIdsOfUsers": [ 0 ],
"callListEntry": {
"answeredBy": "<string>",
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledBack": true,
"calledBackAuthor": "<string>",
"calledBackModified": "2026-01-14T12:34:56Z",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"comment": "<string>",
"commentAuthor": "<string>",
"commentModified": "2026-01-14T12:34:56Z",
"direction": "INBOUND",
"duration": 42,
"groupCall": true,
"groupId": "2345",
"id": "2345",
"result": "ANSWERED",
"startTime": "2026-01-14T12:34:56Z",
"voicemailId": "2345"
},
"callListEntryForGroup": true,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • callListEntry: $.callListEntry
  • id: $.callListEntry.id
  • duration: $.callListEntry.duration
  • comment: $.callListEntry.comment
  • result: $.callListEntry.result
  • direction: $.callListEntry.direction
  • callerJabberId: $.callListEntry.callerJabberId
  • callerNumber: $.callListEntry.callerNumber
  • calledNumber: $.callListEntry.calledNumber
  • calledBack: $.callListEntry.calledBack
  • commentModified: $.callListEntry.commentModified
  • commentAuthor: $.callListEntry.commentAuthor
  • startTime: $.callListEntry.startTime
  • answeredBy: $.callListEntry.answeredBy
  • voicemailId: $.callListEntry.voicemailId
  • callDescription: $.callListEntry.callDescription
  • groupId: $.callListEntry.groupId
  • groupCall: $.callListEntry.groupCall
  • calledBackModified: $.callListEntry.calledBackModified
  • callPartnerAccountId: $.callListEntry.callPartnerAccountId
  • calledBackAuthor: $.callListEntry.calledBackAuthor
  • callListEntryForGroup: $.callListEntryForGroup
  • accountIdsOfUsers: $.accountIdsOfUsers
  • accountIdsOfUsers: $.accountIdsOfUsers[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

FaxCdrDeletedEvent

Beispiel: FaxCdrDeletedEvent
{
"accountId": 2345,
"cause": { },
"deletedFaxIds": [ "<string>" ],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • deletedFaxIds: $.deletedFaxIds
  • deletedFaxIds: $.deletedFaxIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

FaxCdrMovedEvent

Beispiel: FaxCdrMovedEvent
{
"accountId": 2345,
"cause": { },
"faxListEntryMovedDataList": [
{
"faxListEntry": {
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"folder": "NEW",
"groupFax": true,
"groupId": "2345",
"id": "2345",
"incomingFax": true,
"partial": true,
"receptionTime": "2026-01-14T12:34:56Z"
}
}
],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • faxListEntryMovedDataList: $.faxListEntryMovedDataList
  • faxListEntryMovedDataList: $.faxListEntryMovedDataList[*]
  • faxListEntry: $.faxListEntryMovedDataList[*].faxListEntry
  • partial: $.faxListEntryMovedDataList[*].faxListEntry.partial
  • id: $.faxListEntryMovedDataList[*].faxListEntry.id
  • receptionTime: $.faxListEntryMovedDataList[*].faxListEntry.receptionTime
  • incomingFax: $.faxListEntryMovedDataList[*].faxListEntry.incomingFax
  • callerJabberId: $.faxListEntryMovedDataList[*].faxListEntry.callerJabberId
  • callerNumber: $.faxListEntryMovedDataList[*].faxListEntry.callerNumber
  • calledNumber: $.faxListEntryMovedDataList[*].faxListEntry.calledNumber
  • callDescription: $.faxListEntryMovedDataList[*].faxListEntry.callDescription
  • groupId: $.faxListEntryMovedDataList[*].faxListEntry.groupId
  • folder: $.faxListEntryMovedDataList[*].faxListEntry.folder
  • groupFax: $.faxListEntryMovedDataList[*].faxListEntry.groupFax
  • callPartnerAccountId: $.faxListEntryMovedDataList[*].faxListEntry.callPartnerAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

FmcChangedEvent

Beispiel: FmcChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

LoginCredentialsChangedEvent

Beispiel: LoginCredentialsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"thrownDuringLogin": true
}

Attribute (JsonPath)

  • thrownDuringLogin: $.thrownDuringLogin
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

MonitorCdrDeletedEvent

Beispiel: MonitorCdrDeletedEvent
{
"accountId": 2345,
"cause": { },
"monitorIds": [ "<string>" ],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • monitorIds: $.monitorIds
  • monitorIds: $.monitorIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewCallListEntryEvent

Beispiel: NewCallListEntryEvent
{
"accountId": 2345,
"accountIdsOfUsers": [ 0 ],
"callListEntry": {
"answeredBy": "<string>",
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledBack": true,
"calledBackAuthor": "<string>",
"calledBackModified": "2026-01-14T12:34:56Z",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"comment": "<string>",
"commentAuthor": "<string>",
"commentModified": "2026-01-14T12:34:56Z",
"direction": "INBOUND",
"duration": 42,
"groupCall": true,
"groupId": "2345",
"id": "2345",
"result": "ANSWERED",
"startTime": "2026-01-14T12:34:56Z",
"voicemailId": "2345"
},
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • callListEntry: $.callListEntry
  • id: $.callListEntry.id
  • duration: $.callListEntry.duration
  • comment: $.callListEntry.comment
  • result: $.callListEntry.result
  • direction: $.callListEntry.direction
  • callerJabberId: $.callListEntry.callerJabberId
  • callerNumber: $.callListEntry.callerNumber
  • calledNumber: $.callListEntry.calledNumber
  • calledBack: $.callListEntry.calledBack
  • commentModified: $.callListEntry.commentModified
  • commentAuthor: $.callListEntry.commentAuthor
  • startTime: $.callListEntry.startTime
  • answeredBy: $.callListEntry.answeredBy
  • voicemailId: $.callListEntry.voicemailId
  • callDescription: $.callListEntry.callDescription
  • groupId: $.callListEntry.groupId
  • groupCall: $.callListEntry.groupCall
  • calledBackModified: $.callListEntry.calledBackModified
  • callPartnerAccountId: $.callListEntry.callPartnerAccountId
  • calledBackAuthor: $.callListEntry.calledBackAuthor
  • accountIdsOfUsers: $.accountIdsOfUsers
  • accountIdsOfUsers: $.accountIdsOfUsers[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewFaxListEntryEvent

Beispiel: NewFaxListEntryEvent
{
"accountId": 2345,
"accounts": [ 0 ],
"cause": { },
"faxListEntry": {
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"folder": "NEW",
"groupFax": true,
"groupId": "2345",
"id": "2345",
"incomingFax": true,
"partial": true,
"receptionTime": "2026-01-14T12:34:56Z"
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accounts: $.accounts
  • accounts: $.accounts[*]
  • faxListEntry: $.faxListEntry
  • partial: $.faxListEntry.partial
  • id: $.faxListEntry.id
  • receptionTime: $.faxListEntry.receptionTime
  • incomingFax: $.faxListEntry.incomingFax
  • callerJabberId: $.faxListEntry.callerJabberId
  • callerNumber: $.faxListEntry.callerNumber
  • calledNumber: $.faxListEntry.calledNumber
  • callDescription: $.faxListEntry.callDescription
  • groupId: $.faxListEntry.groupId
  • folder: $.faxListEntry.folder
  • groupFax: $.faxListEntry.groupFax
  • callPartnerAccountId: $.faxListEntry.callPartnerAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewFaxStateEvent

Beispiel: NewFaxStateEvent
{
"accountId": 2345,
"cause": { },
"fax": {
"calledNumber": "67",
"id": "2345",
"sentPages": 0,
"state": "WAITING",
"timestamp": "2026-01-14T12:34:56Z",
"totalPages": 0
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • fax: $.fax
  • id: $.fax.id
  • state: $.fax.state
  • timestamp: $.fax.timestamp
  • sentPages: $.fax.sentPages
  • totalPages: $.fax.totalPages
  • calledNumber: $.fax.calledNumber
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewFunctionKeyStateEvent

Beispiel: NewFunctionKeyStateEvent
{
"accountId": 2345,
"cause": { },
"functionKey": {
"chatId": "2345",
"email": "max.mustermann@example.com",
"fax": "<string>",
"homePhoneNumber": "<string>",
"id": "2345",
"imageHash": "<string>",
"internalPhoneNumber": "<string>",
"mobilePhoneNumber": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"phoneNumber2": "<string>",
"position": 0,
"state": "INVALID",
"type": "BUSY_LAMP_FIELD",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • phoneNumber2: $.functionKey.phoneNumber2
  • phoneNumber: $.functionKey.phoneNumber
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • imageHash: $.functionKey.imageHash
  • homePhoneNumber: $.functionKey.homePhoneNumber
  • mobilePhoneNumber: $.functionKey.mobilePhoneNumber
  • internalPhoneNumber: $.functionKey.internalPhoneNumber
  • fax: $.functionKey.fax
  • chatId: $.functionKey.chatId
  • email: $.functionKey.email
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewFunctionKeysEvent

Beispiel: NewFunctionKeysEvent
{
"accountId": 2345,
"cause": { },
"functionKeys": [
{
"chatId": "2345",
"email": "max.mustermann@example.com",
"fax": "<string>",
"homePhoneNumber": "<string>",
"id": "2345",
"imageHash": "<string>",
"internalPhoneNumber": "<string>",
"mobilePhoneNumber": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"phoneNumber2": "<string>",
"position": 0,
"state": "INVALID",
"type": "BUSY_LAMP_FIELD",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
}
],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • functionKeys: $.functionKeys
  • functionKeys: $.functionKeys[*]
  • position: $.functionKeys[*].position
  • name: $.functionKeys[*].name
  • id: $.functionKeys[*].id
  • state: $.functionKeys[*].state
  • type: $.functionKeys[*].type
  • phoneNumber2: $.functionKeys[*].phoneNumber2
  • phoneNumber: $.functionKeys[*].phoneNumber
  • userState: $.functionKeys[*].userState
  • accountId: $.functionKeys[*].userState.accountId
  • redirectAlwaysActive: $.functionKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.functionKeys[*].userState.chatPresence
  • telephonyState: $.functionKeys[*].userState.telephonyState
  • avatarHash: $.functionKeys[*].userState.avatarHash
  • imageHash: $.functionKeys[*].imageHash
  • homePhoneNumber: $.functionKeys[*].homePhoneNumber
  • mobilePhoneNumber: $.functionKeys[*].mobilePhoneNumber
  • internalPhoneNumber: $.functionKeys[*].internalPhoneNumber
  • fax: $.functionKeys[*].fax
  • chatId: $.functionKeys[*].chatId
  • email: $.functionKeys[*].email
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewGroupSettingsEvent

Beispiel: NewGroupSettingsEvent
{
"accountId": 2345,
"cause": { },
"groupSettings": [
{
"id": "2345",
"loggedOn": true,
"logonId": "2345",
"name": "<string>",
"phoneNumbers": [
{
"groupId": "2345",
"groupNumber": true,
"id": "2345",
"number": "<string>"
}
]
}
],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupSettings: $.groupSettings
  • groupSettings: $.groupSettings[*]
  • name: $.groupSettings[*].name
  • id: $.groupSettings[*].id
  • loggedOn: $.groupSettings[*].loggedOn
  • logonId: $.groupSettings[*].logonId
  • phoneNumbers: $.groupSettings[*].phoneNumbers
  • phoneNumbers: $.groupSettings[*].phoneNumbers[*]
  • id: $.groupSettings[*].phoneNumbers[*].id
  • number: $.groupSettings[*].phoneNumbers[*].number
  • groupId: $.groupSettings[*].phoneNumbers[*].groupId
  • groupNumber: $.groupSettings[*].phoneNumbers[*].groupNumber
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewQueueCallEvent

Beispiel: NewQueueCallEvent
{
"queueAccountId": 2345,
"queueCallerToAdd": {
"callerId": "+49712345678",
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"callerIdName": "Max Mustermann",
"callerIdNumber": "+49712345678",
"channelName": "<string>",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"connectedToAgent": true,
"dialedExtension": "<string>",
"identifier": "<string>",
"incomingTimestamp": "2026-01-14T12:34:56Z",
"initialQueueAccountId": 2345,
"loopCount": 0,
"position": 0,
"priority": 0,
"rawIncomingTimestamp": "2026-01-14T12:34:56Z",
"registeredAgents": [ 0 ]
}
}

Attribute (JsonPath)

  • queueAccountId: $.queueAccountId
  • queueCallerToAdd: $.queueCallerToAdd
  • identifier: $.queueCallerToAdd.identifier
  • position: $.queueCallerToAdd.position
  • priority: $.queueCallerToAdd.priority
  • callerIdName: $.queueCallerToAdd.callerIdName
  • callerIdNumber: $.queueCallerToAdd.callerIdNumber
  • connectedToAgent: $.queueCallerToAdd.connectedToAgent
  • dialedExtension: $.queueCallerToAdd.dialedExtension
  • channelName: $.queueCallerToAdd.channelName
  • loopCount: $.queueCallerToAdd.loopCount
  • callerId: $.queueCallerToAdd.callerId
  • registeredAgents: $.queueCallerToAdd.registeredAgents
  • registeredAgents: $.queueCallerToAdd.registeredAgents[*]
  • rawIncomingTimestamp: $.queueCallerToAdd.rawIncomingTimestamp
  • initialQueueAccountId: $.queueCallerToAdd.initialQueueAccountId
  • callerIdContainer: $.queueCallerToAdd.callerIdContainer
  • addressBookResolved: $.queueCallerToAdd.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.queueCallerToAdd.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*
  • name: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.name
  • number: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.number
  • company: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.queueCallerToAdd.callerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.queueCallerToAdd.callerIdContainer.currentCallerIdType
  • originalCallerId: $.queueCallerToAdd.callerIdContainer.originalCallerId
  • name: $.queueCallerToAdd.callerIdContainer.originalCallerId.name
  • number: $.queueCallerToAdd.callerIdContainer.originalCallerId.number
  • company: $.queueCallerToAdd.callerIdContainer.originalCallerId.company
  • dialedNumber: $.queueCallerToAdd.callerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.queueCallerToAdd.callerIdContainer.originalCallerId.anonymous
  • lastname: $.queueCallerToAdd.callerIdContainer.originalCallerId.lastname
  • firstname: $.queueCallerToAdd.callerIdContainer.originalCallerId.firstname
  • currentCallerId: $.queueCallerToAdd.callerIdContainer.currentCallerId
  • name: $.queueCallerToAdd.callerIdContainer.currentCallerId.name
  • number: $.queueCallerToAdd.callerIdContainer.currentCallerId.number
  • company: $.queueCallerToAdd.callerIdContainer.currentCallerId.company
  • dialedNumber: $.queueCallerToAdd.callerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.queueCallerToAdd.callerIdContainer.currentCallerId.anonymous
  • lastname: $.queueCallerToAdd.callerIdContainer.currentCallerId.lastname
  • firstname: $.queueCallerToAdd.callerIdContainer.currentCallerId.firstname
  • intern: $.queueCallerToAdd.callerIdContainer.intern
  • phoneCallerId: $.queueCallerToAdd.callerIdContainer.phoneCallerId
  • anonymous: $.queueCallerToAdd.callerIdContainer.anonymous
  • moduleCallerId: $.queueCallerToAdd.callerIdContainer.moduleCallerId
  • name: $.queueCallerToAdd.callerIdContainer.moduleCallerId.name
  • number: $.queueCallerToAdd.callerIdContainer.moduleCallerId.number
  • company: $.queueCallerToAdd.callerIdContainer.moduleCallerId.company
  • dialedNumber: $.queueCallerToAdd.callerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.queueCallerToAdd.callerIdContainer.moduleCallerId.anonymous
  • lastname: $.queueCallerToAdd.callerIdContainer.moduleCallerId.lastname
  • firstname: $.queueCallerToAdd.callerIdContainer.moduleCallerId.firstname
  • connectedTimestamp: $.queueCallerToAdd.connectedTimestamp
  • incomingTimestamp: $.queueCallerToAdd.incomingTimestamp

NewQueueSettingsEvent

Beispiel: NewQueueSettingsEvent
{
"accountId": 2345,
"cause": { },
"queueAccountId": 2345,
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • queueAccountId: $.queueAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewRedirectSettingsEvent

Beispiel: NewRedirectSettingsEvent
{
"accountId": 2345,
"cause": { },
"redirectSettings": [
{
"calledNumber": "67",
"calledNumberId": "2345",
"destination": "<string>",
"destinationType": "VOICEMAIL",
"distinctCalledNumber": "<string>",
"enabled": true,
"groupId": "2345",
"groupRedirect": true,
"lastDestinationMailbox": "<string>",
"lastDestinationNumber": "<string>",
"mailboxes": [
{
"id": "2345",
"name": "<string>"
}
],
"timeout": 0,
"type": "ALWAYS"
}
],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • redirectSettings: $.redirectSettings
  • redirectSettings: $.redirectSettings[*]
  • enabled: $.redirectSettings[*].enabled
  • type: $.redirectSettings[*].type
  • calledNumber: $.redirectSettings[*].calledNumber
  • timeout: $.redirectSettings[*].timeout
  • lastDestinationNumber: $.redirectSettings[*].lastDestinationNumber
  • distinctCalledNumber: $.redirectSettings[*].distinctCalledNumber
  • lastDestinationMailbox: $.redirectSettings[*].lastDestinationMailbox
  • groupId: $.redirectSettings[*].groupId
  • destinationType: $.redirectSettings[*].destinationType
  • destination: $.redirectSettings[*].destination
  • groupRedirect: $.redirectSettings[*].groupRedirect
  • calledNumberId: $.redirectSettings[*].calledNumberId
  • mailboxes: $.redirectSettings[*].mailboxes
  • mailboxes: $.redirectSettings[*].mailboxes[*]
  • name: $.redirectSettings[*].mailboxes[*].name
  • id: $.redirectSettings[*].mailboxes[*].id
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewUciFunctionKeyStateEvent

Beispiel: NewUciFunctionKeyStateEvent
{
"accountId": 2345,
"cause": { },
"functionKey": {
"chatId": "2345",
"email": "max.mustermann@example.com",
"fax": "<string>",
"homePhoneNumber": "<string>",
"id": "2345",
"imageHash": "<string>",
"internalPhoneNumber": "<string>",
"mobilePhoneNumber": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"phoneNumber2": "<string>",
"position": 0,
"state": "INVALID",
"type": "BUSY_LAMP_FIELD",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • phoneNumber2: $.functionKey.phoneNumber2
  • phoneNumber: $.functionKey.phoneNumber
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • imageHash: $.functionKey.imageHash
  • homePhoneNumber: $.functionKey.homePhoneNumber
  • mobilePhoneNumber: $.functionKey.mobilePhoneNumber
  • internalPhoneNumber: $.functionKey.internalPhoneNumber
  • fax: $.functionKey.fax
  • chatId: $.functionKey.chatId
  • email: $.functionKey.email
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewUciFunctionKeysEvent

Beispiel: NewUciFunctionKeysEvent
{
"accountId": 2345,
"cause": { },
"functionKeys": [
{
"chatId": "2345",
"email": "max.mustermann@example.com",
"fax": "<string>",
"homePhoneNumber": "<string>",
"id": "2345",
"imageHash": "<string>",
"internalPhoneNumber": "<string>",
"mobilePhoneNumber": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"phoneNumber2": "<string>",
"position": 0,
"state": "INVALID",
"type": "BUSY_LAMP_FIELD",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
}
],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • functionKeys: $.functionKeys
  • functionKeys: $.functionKeys[*]
  • position: $.functionKeys[*].position
  • name: $.functionKeys[*].name
  • id: $.functionKeys[*].id
  • state: $.functionKeys[*].state
  • type: $.functionKeys[*].type
  • phoneNumber2: $.functionKeys[*].phoneNumber2
  • phoneNumber: $.functionKeys[*].phoneNumber
  • userState: $.functionKeys[*].userState
  • accountId: $.functionKeys[*].userState.accountId
  • redirectAlwaysActive: $.functionKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.functionKeys[*].userState.chatPresence
  • telephonyState: $.functionKeys[*].userState.telephonyState
  • avatarHash: $.functionKeys[*].userState.avatarHash
  • imageHash: $.functionKeys[*].imageHash
  • homePhoneNumber: $.functionKeys[*].homePhoneNumber
  • mobilePhoneNumber: $.functionKeys[*].mobilePhoneNumber
  • internalPhoneNumber: $.functionKeys[*].internalPhoneNumber
  • fax: $.functionKeys[*].fax
  • chatId: $.functionKeys[*].chatId
  • email: $.functionKeys[*].email
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewUserStateEvent

Beispiel: NewUserStateEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
}

Attribute (JsonPath)

  • userState: $.userState
  • accountId: $.userState.accountId
  • redirectAlwaysActive: $.userState.redirectAlwaysActive
  • chatPresenceMessage: $.userState.chatPresenceMessage
  • doNotDisturbSetting: $.userState.doNotDisturbSetting
  • chatPresence: $.userState.chatPresence
  • telephonyState: $.userState.telephonyState
  • avatarHash: $.userState.avatarHash
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PushClientDeletedEvent

Beispiel: PushClientDeletedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueAgentChangedEvent

Beispiel: QueueAgentChangedEvent
{
"accountId": 2345,
"cause": { },
"groupId": 2345,
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupId: $.groupId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueAgentStateChangedEvent

Beispiel: QueueAgentStateChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"state": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"loggedIn": true,
"name": "<string>",
"queueAccountId": 2345,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
}
}

Attribute (JsonPath)

  • state: $.state
  • name: $.state.name
  • queueAccountId: $.state.queueAccountId
  • loggedIn: $.state.loggedIn
  • accountId: $.state.accountId
  • redirectAlwaysActive: $.state.redirectAlwaysActive
  • chatPresenceMessage: $.state.chatPresenceMessage
  • doNotDisturbSetting: $.state.doNotDisturbSetting
  • chatPresence: $.state.chatPresence
  • telephonyState: $.state.telephonyState
  • avatarHash: $.state.avatarHash
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueCallChangedIdEvent

Beispiel: QueueCallChangedIdEvent
{
"accountId": 2345,
"cause": { },
"newCallId": "2345",
"oldCallId": "2345",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • oldCallId: $.oldCallId
  • newCallId: $.newCallId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueCallConnectedEvent

Beispiel: QueueCallConnectedEvent
{
"agentAccountId": 2345,
"caller": {
"callerId": "+49712345678",
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"callerIdName": "Max Mustermann",
"callerIdNumber": "+49712345678",
"channelName": "<string>",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"connectedToAgent": true,
"dialedExtension": "<string>",
"identifier": "<string>",
"incomingTimestamp": "2026-01-14T12:34:56Z",
"initialQueueAccountId": 2345,
"loopCount": 0,
"position": 0,
"priority": 0,
"rawIncomingTimestamp": "2026-01-14T12:34:56Z",
"registeredAgents": [ 0 ]
},
"connectedTimestamp": "2026-01-14T12:34:56Z"
}

Attribute (JsonPath)

  • caller: $.caller
  • identifier: $.caller.identifier
  • position: $.caller.position
  • priority: $.caller.priority
  • callerIdName: $.caller.callerIdName
  • callerIdNumber: $.caller.callerIdNumber
  • connectedToAgent: $.caller.connectedToAgent
  • dialedExtension: $.caller.dialedExtension
  • channelName: $.caller.channelName
  • loopCount: $.caller.loopCount
  • callerId: $.caller.callerId
  • registeredAgents: $.caller.registeredAgents
  • registeredAgents: $.caller.registeredAgents[*]
  • rawIncomingTimestamp: $.caller.rawIncomingTimestamp
  • initialQueueAccountId: $.caller.initialQueueAccountId
  • callerIdContainer: $.caller.callerIdContainer
  • addressBookResolved: $.caller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.caller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.caller.callerIdContainer.addressbookCallerId.*
  • name: $.caller.callerIdContainer.addressbookCallerId.*.name
  • number: $.caller.callerIdContainer.addressbookCallerId.*.number
  • company: $.caller.callerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.caller.callerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.caller.callerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.caller.callerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.caller.callerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.caller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.caller.callerIdContainer.originalCallerId
  • name: $.caller.callerIdContainer.originalCallerId.name
  • number: $.caller.callerIdContainer.originalCallerId.number
  • company: $.caller.callerIdContainer.originalCallerId.company
  • dialedNumber: $.caller.callerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.caller.callerIdContainer.originalCallerId.anonymous
  • lastname: $.caller.callerIdContainer.originalCallerId.lastname
  • firstname: $.caller.callerIdContainer.originalCallerId.firstname
  • currentCallerId: $.caller.callerIdContainer.currentCallerId
  • name: $.caller.callerIdContainer.currentCallerId.name
  • number: $.caller.callerIdContainer.currentCallerId.number
  • company: $.caller.callerIdContainer.currentCallerId.company
  • dialedNumber: $.caller.callerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.caller.callerIdContainer.currentCallerId.anonymous
  • lastname: $.caller.callerIdContainer.currentCallerId.lastname
  • firstname: $.caller.callerIdContainer.currentCallerId.firstname
  • intern: $.caller.callerIdContainer.intern
  • phoneCallerId: $.caller.callerIdContainer.phoneCallerId
  • anonymous: $.caller.callerIdContainer.anonymous
  • moduleCallerId: $.caller.callerIdContainer.moduleCallerId
  • name: $.caller.callerIdContainer.moduleCallerId.name
  • number: $.caller.callerIdContainer.moduleCallerId.number
  • company: $.caller.callerIdContainer.moduleCallerId.company
  • dialedNumber: $.caller.callerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.caller.callerIdContainer.moduleCallerId.anonymous
  • lastname: $.caller.callerIdContainer.moduleCallerId.lastname
  • firstname: $.caller.callerIdContainer.moduleCallerId.firstname
  • connectedTimestamp: $.caller.connectedTimestamp
  • incomingTimestamp: $.caller.incomingTimestamp
  • connectedTimestamp: $.connectedTimestamp
  • agentAccountId: $.agentAccountId

QueueCallDisconnectedEvent

Beispiel: QueueCallDisconnectedEvent
{
"queueCaller": {
"callerId": "+49712345678",
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"callerIdName": "Max Mustermann",
"callerIdNumber": "+49712345678",
"channelName": "<string>",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"connectedToAgent": true,
"dialedExtension": "<string>",
"identifier": "<string>",
"incomingTimestamp": "2026-01-14T12:34:56Z",
"initialQueueAccountId": 2345,
"loopCount": 0,
"position": 0,
"priority": 0,
"rawIncomingTimestamp": "2026-01-14T12:34:56Z",
"registeredAgents": [ 0 ]
}
}

Attribute (JsonPath)

  • queueCaller: $.queueCaller
  • identifier: $.queueCaller.identifier
  • position: $.queueCaller.position
  • priority: $.queueCaller.priority
  • callerIdName: $.queueCaller.callerIdName
  • callerIdNumber: $.queueCaller.callerIdNumber
  • connectedToAgent: $.queueCaller.connectedToAgent
  • dialedExtension: $.queueCaller.dialedExtension
  • channelName: $.queueCaller.channelName
  • loopCount: $.queueCaller.loopCount
  • callerId: $.queueCaller.callerId
  • registeredAgents: $.queueCaller.registeredAgents
  • registeredAgents: $.queueCaller.registeredAgents[*]
  • rawIncomingTimestamp: $.queueCaller.rawIncomingTimestamp
  • initialQueueAccountId: $.queueCaller.initialQueueAccountId
  • callerIdContainer: $.queueCaller.callerIdContainer
  • addressBookResolved: $.queueCaller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId.*
  • name: $.queueCaller.callerIdContainer.addressbookCallerId.*.name
  • number: $.queueCaller.callerIdContainer.addressbookCallerId.*.number
  • company: $.queueCaller.callerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.queueCaller.callerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.queueCaller.callerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.queueCaller.callerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.queueCaller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.queueCaller.callerIdContainer.originalCallerId
  • name: $.queueCaller.callerIdContainer.originalCallerId.name
  • number: $.queueCaller.callerIdContainer.originalCallerId.number
  • company: $.queueCaller.callerIdContainer.originalCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.originalCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.originalCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.originalCallerId.firstname
  • currentCallerId: $.queueCaller.callerIdContainer.currentCallerId
  • name: $.queueCaller.callerIdContainer.currentCallerId.name
  • number: $.queueCaller.callerIdContainer.currentCallerId.number
  • company: $.queueCaller.callerIdContainer.currentCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.currentCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.currentCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.currentCallerId.firstname
  • intern: $.queueCaller.callerIdContainer.intern
  • phoneCallerId: $.queueCaller.callerIdContainer.phoneCallerId
  • anonymous: $.queueCaller.callerIdContainer.anonymous
  • moduleCallerId: $.queueCaller.callerIdContainer.moduleCallerId
  • name: $.queueCaller.callerIdContainer.moduleCallerId.name
  • number: $.queueCaller.callerIdContainer.moduleCallerId.number
  • company: $.queueCaller.callerIdContainer.moduleCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.moduleCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.moduleCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.moduleCallerId.firstname
  • connectedTimestamp: $.queueCaller.connectedTimestamp
  • incomingTimestamp: $.queueCaller.incomingTimestamp

QueueCallNotAnsweredEvent

Beispiel: QueueCallNotAnsweredEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueCallRingingEvent

Beispiel: QueueCallRingingEvent
{
"agentAccountIds": [ 0 ],
"queueCaller": {
"callerId": "+49712345678",
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"callerIdName": "Max Mustermann",
"callerIdNumber": "+49712345678",
"channelName": "<string>",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"connectedToAgent": true,
"dialedExtension": "<string>",
"identifier": "<string>",
"incomingTimestamp": "2026-01-14T12:34:56Z",
"initialQueueAccountId": 2345,
"loopCount": 0,
"position": 0,
"priority": 0,
"rawIncomingTimestamp": "2026-01-14T12:34:56Z",
"registeredAgents": [ 0 ]
}
}

Attribute (JsonPath)

  • queueCaller: $.queueCaller
  • identifier: $.queueCaller.identifier
  • position: $.queueCaller.position
  • priority: $.queueCaller.priority
  • callerIdName: $.queueCaller.callerIdName
  • callerIdNumber: $.queueCaller.callerIdNumber
  • connectedToAgent: $.queueCaller.connectedToAgent
  • dialedExtension: $.queueCaller.dialedExtension
  • channelName: $.queueCaller.channelName
  • loopCount: $.queueCaller.loopCount
  • callerId: $.queueCaller.callerId
  • registeredAgents: $.queueCaller.registeredAgents
  • registeredAgents: $.queueCaller.registeredAgents[*]
  • rawIncomingTimestamp: $.queueCaller.rawIncomingTimestamp
  • initialQueueAccountId: $.queueCaller.initialQueueAccountId
  • callerIdContainer: $.queueCaller.callerIdContainer
  • addressBookResolved: $.queueCaller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.queueCaller.callerIdContainer.addressbookCallerId.*
  • name: $.queueCaller.callerIdContainer.addressbookCallerId.*.name
  • number: $.queueCaller.callerIdContainer.addressbookCallerId.*.number
  • company: $.queueCaller.callerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.queueCaller.callerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.queueCaller.callerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.queueCaller.callerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.queueCaller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.queueCaller.callerIdContainer.originalCallerId
  • name: $.queueCaller.callerIdContainer.originalCallerId.name
  • number: $.queueCaller.callerIdContainer.originalCallerId.number
  • company: $.queueCaller.callerIdContainer.originalCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.originalCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.originalCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.originalCallerId.firstname
  • currentCallerId: $.queueCaller.callerIdContainer.currentCallerId
  • name: $.queueCaller.callerIdContainer.currentCallerId.name
  • number: $.queueCaller.callerIdContainer.currentCallerId.number
  • company: $.queueCaller.callerIdContainer.currentCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.currentCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.currentCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.currentCallerId.firstname
  • intern: $.queueCaller.callerIdContainer.intern
  • phoneCallerId: $.queueCaller.callerIdContainer.phoneCallerId
  • anonymous: $.queueCaller.callerIdContainer.anonymous
  • moduleCallerId: $.queueCaller.callerIdContainer.moduleCallerId
  • name: $.queueCaller.callerIdContainer.moduleCallerId.name
  • number: $.queueCaller.callerIdContainer.moduleCallerId.number
  • company: $.queueCaller.callerIdContainer.moduleCallerId.company
  • dialedNumber: $.queueCaller.callerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.queueCaller.callerIdContainer.moduleCallerId.anonymous
  • lastname: $.queueCaller.callerIdContainer.moduleCallerId.lastname
  • firstname: $.queueCaller.callerIdContainer.moduleCallerId.firstname
  • connectedTimestamp: $.queueCaller.connectedTimestamp
  • incomingTimestamp: $.queueCaller.incomingTimestamp
  • agentAccountIds: $.agentAccountIds
  • agentAccountIds: $.agentAccountIds[*]

QueueCallUpdatedEvent

Beispiel: QueueCallUpdatedEvent
{
"accountId": 2345,
"call": {
"agents": [ 0 ],
"callId": "2345",
"callerLegUuid": "2345",
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"connectedTime": "2026-01-14T12:34:56Z",
"incommingTime": "2026-01-14T12:34:56Z",
"position": 0,
"priority": 0,
"queueAccountId": 2345,
"state": "waiting"
},
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • call: $.call
  • position: $.call.position
  • priority: $.call.priority
  • state: $.call.state
  • queueAccountId: $.call.queueAccountId
  • callerNumber: $.call.callerNumber
  • agents: $.call.agents
  • agents: $.call.agents[*]
  • callId: $.call.callId
  • connectedTime: $.call.connectedTime
  • incommingTime: $.call.incommingTime
  • callerName: $.call.callerName
  • callerLegUuid: $.call.callerLegUuid
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueCallerCountEvent

Beispiel: QueueCallerCountEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueCallerCountUpdatedEvent

Beispiel: QueueCallerCountUpdatedEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueGroupChangedEvent

Beispiel: QueueGroupChangedEvent
{
"accountId": 2345,
"cause": { },
"groupAccountId": 2345,
"newGroup": true,
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • newGroup: $.newGroup
  • groupAccountId: $.groupAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

QueueMissedCallCountEvent

Beispiel: QueueMissedCallCountEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueMissedCallCountUpdatedEvent

Beispiel: QueueMissedCallCountUpdatedEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueResetAllCountersEvent

Beispiel: QueueResetAllCountersEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueStatisticsEvent

Beispiel: QueueStatisticsEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueWaitTimeEvent

Beispiel: QueueWaitTimeEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

QueueWaittimeUpdatedEvent

Beispiel: QueueWaittimeUpdatedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"waittime": 1768465815334
}

Attribute (JsonPath)

  • waittime: $.waittime
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

SearchRequestTerminateEvent

Beispiel: SearchRequestTerminateEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"searchId": "2345",
"sessionId": "2345"
}

Attribute (JsonPath)

  • searchId: $.searchId
  • sessionId: $.sessionId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

SignalingNumbersDeletedEvent

Beispiel: SignalingNumbersDeletedEvent
{
"cause": { },
"rootCause": { },
"telephonenumbersignallingIds": [ 0 ]
}

Attribute (JsonPath)

  • telephonenumbersignallingIds: $.telephonenumbersignallingIds
  • telephonenumbersignallingIds: $.telephonenumbersignallingIds[*]
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxAnnounceChangedEvent

Beispiel: VoicemailBoxAnnounceChangedEvent
{
"account2VoicemailannounceBean": {
"accountId": 2345,
"description": "<string>",
"descriptionEscaped": "<string>",
"editable": true,
"filename": "<string>",
"id": 2345
},
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"voicemailUserIds": [ 0 ]
}

Attribute (JsonPath)

  • account2VoicemailannounceBean: $.account2VoicemailannounceBean
  • id: $.account2VoicemailannounceBean.id
  • filename: $.account2VoicemailannounceBean.filename
  • description: $.account2VoicemailannounceBean.description
  • editable: $.account2VoicemailannounceBean.editable
  • accountId: $.account2VoicemailannounceBean.accountId
  • descriptionEscaped: $.account2VoicemailannounceBean.descriptionEscaped
  • voicemailUserIds: $.voicemailUserIds
  • voicemailUserIds: $.voicemailUserIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailCdrDeletedEvent

Beispiel: VoicemailCdrDeletedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"vmIds": [ "<string>" ]
}

Attribute (JsonPath)

  • vmIds: $.vmIds
  • vmIds: $.vmIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailCdrMovedEvent

Beispiel: VoicemailCdrMovedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"voicemailListEntryMovedDataList": [
{
"oldVoicemailId": "2345",
"voicemailListEntry": {
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"cdrId": "2345",
"duration": 42,
"folder": "INBOX",
"groupCall": true,
"groupId": "2345",
"id": "2345",
"mailboxId": "2345",
"mailboxName": "<string>",
"startTime": "2026-01-14T12:34:56Z"
}
}
]
}

Attribute (JsonPath)

  • voicemailListEntryMovedDataList: $.voicemailListEntryMovedDataList
  • voicemailListEntryMovedDataList: $.voicemailListEntryMovedDataList[*]
  • oldVoicemailId: $.voicemailListEntryMovedDataList[*].oldVoicemailId
  • voicemailListEntry: $.voicemailListEntryMovedDataList[*].voicemailListEntry
  • id: $.voicemailListEntryMovedDataList[*].voicemailListEntry.id
  • duration: $.voicemailListEntryMovedDataList[*].voicemailListEntry.duration
  • mailboxName: $.voicemailListEntryMovedDataList[*].voicemailListEntry.mailboxName
  • mailboxId: $.voicemailListEntryMovedDataList[*].voicemailListEntry.mailboxId
  • callerJabberId: $.voicemailListEntryMovedDataList[*].voicemailListEntry.callerJabberId
  • callerNumber: $.voicemailListEntryMovedDataList[*].voicemailListEntry.callerNumber
  • calledNumber: $.voicemailListEntryMovedDataList[*].voicemailListEntry.calledNumber
  • startTime: $.voicemailListEntryMovedDataList[*].voicemailListEntry.startTime
  • callDescription: $.voicemailListEntryMovedDataList[*].voicemailListEntry.callDescription
  • cdrId: $.voicemailListEntryMovedDataList[*].voicemailListEntry.cdrId
  • groupId: $.voicemailListEntryMovedDataList[*].voicemailListEntry.groupId
  • folder: $.voicemailListEntryMovedDataList[*].voicemailListEntry.folder
  • groupCall: $.voicemailListEntryMovedDataList[*].voicemailListEntry.groupCall
  • callPartnerAccountId: $.voicemailListEntryMovedDataList[*].voicemailListEntry.callPartnerAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailListChangedEvent

Beispiel: VoicemailListChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailListEntryChangedEvent

Beispiel: VoicemailListEntryChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"voicemailListEntry": {
"callDescription": "<string>",
"callPartnerAccountId": "2345",
"calledNumber": "67",
"callerJabberId": "2345",
"callerNumber": "+49712345678",
"cdrId": "2345",
"duration": 42,
"folder": "INBOX",
"groupCall": true,
"groupId": "2345",
"id": "2345",
"mailboxId": "2345",
"mailboxName": "<string>",
"startTime": "2026-01-14T12:34:56Z"
}
}

Attribute (JsonPath)

  • voicemailListEntry: $.voicemailListEntry
  • id: $.voicemailListEntry.id
  • duration: $.voicemailListEntry.duration
  • mailboxName: $.voicemailListEntry.mailboxName
  • mailboxId: $.voicemailListEntry.mailboxId
  • callerJabberId: $.voicemailListEntry.callerJabberId
  • callerNumber: $.voicemailListEntry.callerNumber
  • calledNumber: $.voicemailListEntry.calledNumber
  • startTime: $.voicemailListEntry.startTime
  • callDescription: $.voicemailListEntry.callDescription
  • cdrId: $.voicemailListEntry.cdrId
  • groupId: $.voicemailListEntry.groupId
  • folder: $.voicemailListEntry.folder
  • groupCall: $.voicemailListEntry.groupCall
  • callPartnerAccountId: $.voicemailListEntry.callPartnerAccountId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.callhandling.busylampfieldstates

SendAccountStateChangedToRemoteEvent

Beispiel: SendAccountStateChangedToRemoteEvent
"<$>"

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

de.starface.ch.processing.bo.api.events

ContextStoreRenameEvent

Beispiel: ContextStoreRenameEvent
{
"newChannel": "<string>",
"oldChannel": "<string>"
}

Attribute (JsonPath)

  • newChannel: $.newChannel
  • oldChannel: $.oldChannel

ExternalAuthenticationEvent

Beispiel: ExternalAuthenticationEvent
{
"granted": true,
"ip": "<string>",
"scope": "<string>",
"userName": "<string>"
}

Attribute (JsonPath)

  • scope: $.scope
  • userName: $.userName
  • granted: $.granted
  • ip: $.ip

ExternalAuthenticationWithDbUpdateEvent

Beispiel: ExternalAuthenticationWithDbUpdateEvent
{
"granted": true,
"ip": "<string>",
"peer": "<string>",
"scope": "<string>",
"userName": "<string>"
}

Attribute (JsonPath)

  • scope: $.scope
  • userName: $.userName
  • peer: $.peer
  • granted: $.granted
  • ip: $.ip

ExternalBridgeEvent

Beispiel: ExternalBridgeEvent
{
"callLegA": "550e8400-e29b-41d4-a716-446655440000",
"callLegB": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1768465815346
}

Attribute (JsonPath)

  • timestamp: $.timestamp
  • callLegA: $.callLegA
  • callLegB: $.callLegB

ExternalDialEvent

Beispiel: ExternalDialEvent
{
"callLegA": "550e8400-e29b-41d4-a716-446655440000",
"callLegB": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1768465815347
}

Attribute (JsonPath)

  • timestamp: $.timestamp
  • callLegA: $.callLegA
  • callLegB: $.callLegB

ExternalFaxBridgeEvent

Beispiel: ExternalFaxBridgeEvent
{
"accountId": 2345,
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"channelName": "<string>",
"faxModem": "<string>",
"jobId": 2345
}

Attribute (JsonPath)

  • calledName: $.calledName
  • faxModem: $.faxModem
  • callerNumber: $.callerNumber
  • calledNumber: $.calledNumber
  • accountId: $.accountId
  • channelName: $.channelName
  • jobId: $.jobId
  • caller: $.caller
  • callerName: $.callerName

ExternalFaxDialEvent

Beispiel: ExternalFaxDialEvent
{
"channelName": "<string>",
"jobId": "2345"
}

Attribute (JsonPath)

  • channelName: $.channelName
  • jobId: $.jobId

ExternalFaxEvent

Beispiel: ExternalFaxEvent
{
"accountId": 2345,
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"channelName": "<string>",
"faxModem": "<string>",
"jobId": 2345
}

Attribute (JsonPath)

  • calledName: $.calledName
  • faxModem: $.faxModem
  • callerNumber: $.callerNumber
  • calledNumber: $.calledNumber
  • accountId: $.accountId
  • channelName: $.channelName
  • jobId: $.jobId
  • caller: $.caller
  • callerName: $.callerName

ExternalFaxUnbridgeEvent

Beispiel: ExternalFaxUnbridgeEvent
{
"accountId": 2345,
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"channelName": "<string>",
"faxModem": "<string>",
"jobId": 2345
}

Attribute (JsonPath)

  • calledName: $.calledName
  • faxModem: $.faxModem
  • callerNumber: $.callerNumber
  • calledNumber: $.calledNumber
  • accountId: $.accountId
  • channelName: $.channelName
  • jobId: $.jobId
  • caller: $.caller
  • callerName: $.callerName

ExternalHangupEvent

Beispiel: ExternalHangupEvent
{
"callLeg": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1768465815350
}

Attribute (JsonPath)

  • timestamp: $.timestamp
  • callLeg: $.callLeg

ExternalPushClientRegisterEvent

Beispiel: ExternalPushClientRegisterEvent
{
"registeredPushClient": "<string>"
}

Attribute (JsonPath)

  • registeredPushClient: $.registeredPushClient

ExternalRemoveCallFromHashesEvent

Beispiel: ExternalRemoveCallFromHashesEvent
{
"accountId": 2345,
"uuid": "550e8400-e29b-41d4-a716-446655440000"
}

Attribute (JsonPath)

  • accountId: $.accountId
  • uuid: $.uuid

ExternalRingingEvent

Beispiel: ExternalRingingEvent
{
"callLeg": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1768465815351
}

Attribute (JsonPath)

  • timestamp: $.timestamp
  • callLeg: $.callLeg

LineStateChangedEvent

Beispiel: LineStateChangedEvent
{
"lineName": "<string>",
"lineconfigId": 2345,
"online": true
}

Attribute (JsonPath)

  • lineconfigId: $.lineconfigId
  • lineName: $.lineName
  • online: $.online

NewCcbsBoCallStateEvent

Beispiel: NewCcbsBoCallStateEvent
{
"call": {
"allCallLegIds": [ "550e8400-e29b-41d4-a716-446655440000" ],
"allCallLegs": [
{
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
}
],
"callId": "550e8400-e29b-41d4-a716-446655440000",
"called": [
{
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
}
],
"caller": {
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
},
"callerChannelCount": "<string>",
"callerLegID": "550e8400-e29b-41d4-a716-446655440000",
"callerParticipantCallerId": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"ccbsBusyAccount": 0,
"ccbsCanceled": true,
"ccbsExtension": "<string>",
"ccbsOwnerAccount": 0,
"ccbsStarted": true,
"conferenceAdmin": true,
"consultationAccountId": 2345,
"consultationCall": true,
"consultationCallId": "2345",
"dialedAccountId": 2345,
"dialedCallerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"firstConferenceRoomIdOfCall": "<string>",
"firstExternDialedPhoneNumber": "<string>",
"uciFakeCallInformation": {
"invert": true
}
},
"ccbsDialing": true,
"hideToExtern": true
}

Attribute (JsonPath)

  • ccbsDialing: $.ccbsDialing
  • hideToExtern: $.hideToExtern
  • call: $.call
  • allCallLegs: $.call.allCallLegs
  • allCallLegs: $.call.allCallLegs[*]
  • channelCount: $.call.allCallLegs[*].channelCount
  • confbridgeAdmin: $.call.allCallLegs[*].confbridgeAdmin
  • participantId: $.call.allCallLegs[*].participantId
  • lineName: $.call.allCallLegs[*].lineName
  • callLegId: $.call.allCallLegs[*].callLegId
  • faxContainer: $.call.allCallLegs[*].faxContainer
  • accountId: $.call.allCallLegs[*].faxContainer.accountId
  • channelName: $.call.allCallLegs[*].faxContainer.channelName
  • jobId: $.call.allCallLegs[*].faxContainer.jobId
  • outgoing: $.call.allCallLegs[*].faxContainer.outgoing
  • faxFile: $.call.allCallLegs[*].faxContainer.faxFile
  • myName: $.call.allCallLegs[*].faxContainer.myName
  • internFax: $.call.allCallLegs[*].faxContainer.internFax
  • otherNumber: $.call.allCallLegs[*].faxContainer.otherNumber
  • myNumber: $.call.allCallLegs[*].faxContainer.myNumber
  • otherName: $.call.allCallLegs[*].faxContainer.otherName
  • graveyard: $.call.allCallLegs[*].faxContainer.graveyard
  • musicOnHold: $.call.allCallLegs[*].musicOnHold
  • musicToPlay: $.call.allCallLegs[*].musicToPlay
  • participantType: $.call.allCallLegs[*].participantType
  • peerType: $.call.allCallLegs[*].peerType
  • blindTransfered: $.call.allCallLegs[*].blindTransfered
  • callLegState: $.call.allCallLegs[*].callLegState
  • endpointType: $.call.allCallLegs[*].endpointType
  • lineType: $.call.allCallLegs[*].lineType
  • callLegType: $.call.allCallLegs[*].callLegType
  • peerName: $.call.allCallLegs[*].peerName
  • accountId: $.call.allCallLegs[*].accountId
  • dialedExtension: $.call.allCallLegs[*].dialedExtension
  • currentCallerId: $.call.allCallLegs[*].currentCallerId
  • name: $.call.allCallLegs[*].currentCallerId.name
  • number: $.call.allCallLegs[*].currentCallerId.number
  • company: $.call.allCallLegs[*].currentCallerId.company
  • dialedNumber: $.call.allCallLegs[*].currentCallerId.dialedNumber
  • anonymous: $.call.allCallLegs[*].currentCallerId.anonymous
  • lastname: $.call.allCallLegs[*].currentCallerId.lastname
  • firstname: $.call.allCallLegs[*].currentCallerId.firstname
  • channelName: $.call.allCallLegs[*].channelName
  • callId: $.call.allCallLegs[*].callId
  • caller: $.call.allCallLegs[*].caller
  • lineId: $.call.allCallLegs[*].lineId
  • sipCallId: $.call.allCallLegs[*].sipCallId
  • monitored: $.call.allCallLegs[*].monitored
  • iFmcExtension: $.call.allCallLegs[*].iFmcExtension
  • linkedLegId: $.call.allCallLegs[*].linkedLegId
  • recordAnnounce: $.call.allCallLegs[*].recordAnnounce
  • originateLeg: $.call.allCallLegs[*].originateLeg
  • monitorerId: $.call.allCallLegs[*].monitorerId
  • fromDialContext: $.call.allCallLegs[*].fromDialContext
  • doorlineCamUrl: $.call.allCallLegs[*].doorlineCamUrl
  • clipNoScreening: $.call.allCallLegs[*].clipNoScreening
  • localChannel: $.call.allCallLegs[*].localChannel
  • parkedBy: $.call.allCallLegs[*].parkedBy
  • name: $.call.allCallLegs[*].parkedBy.name
  • permissions: $.call.allCallLegs[*].parkedBy.permissions
  • permissions: $.call.allCallLegs[*].parkedBy.permissions[*]
  • language: $.call.allCallLegs[*].parkedBy.language
  • number: $.call.allCallLegs[*].parkedBy.number
  • conferenceAdmin: $.call.allCallLegs[*].parkedBy.conferenceAdmin
  • participantType: $.call.allCallLegs[*].parkedBy.participantType
  • accountId: $.call.allCallLegs[*].parkedBy.accountId
  • accountNumberSignallingInformation: $.call.allCallLegs[*].parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.allCallLegs[*].parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.allCallLegs[*].parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.allCallLegs[*].parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.allCallLegs[*].parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.allCallLegs[*].parkedBy.numbers
  • numbers: $.call.allCallLegs[*].parkedBy.numbers[*]
  • federationSite: $.call.allCallLegs[*].parkedBy.federationSite
  • accountState: $.call.allCallLegs[*].parkedBy.accountState
  • displayNumber: $.call.allCallLegs[*].parkedBy.displayNumber
  • avatarUrl: $.call.allCallLegs[*].parkedBy.avatarUrl
  • jabberId: $.call.allCallLegs[*].parkedBy.jabberId
  • doNotDisturb: $.call.allCallLegs[*].parkedBy.doNotDisturb
  • faxDisplayName: $.call.allCallLegs[*].parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.allCallLegs[*].parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.allCallLegs[*].parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.allCallLegs[*].parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.allCallLegs[*].parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.allCallLegs[*].parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.allCallLegs[*].parkedBy.assignedPushClients
  • assignedPushClients: $.call.allCallLegs[*].parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.allCallLegs[*].parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.allCallLegs[*].parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.allCallLegs[*].parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.allCallLegs[*].parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.allCallLegs[*].parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.allCallLegs[*].parkedBy.callerIdContainer
  • account: $.call.allCallLegs[*].parkedBy.account
  • user: $.call.allCallLegs[*].parkedBy.user
  • avatarHash: $.call.allCallLegs[*].parkedBy.avatarHash
  • confbridgeMute: $.call.allCallLegs[*].confbridgeMute
  • confbridgeListen: $.call.allCallLegs[*].confbridgeListen
  • forwarderInfo: $.call.allCallLegs[*].forwarderInfo
  • uciCallerIdNumber: $.call.allCallLegs[*].forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.allCallLegs[*].forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.allCallLegs[*].forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.allCallLegs[*].forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.allCallLegs[*].forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.allCallLegs[*].inCallRouting
  • customizedRingToneSettings: $.call.allCallLegs[*].customizedRingToneSettings
  • port: $.call.allCallLegs[*].customizedRingToneSettings.port
  • ringToneFile: $.call.allCallLegs[*].customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.allCallLegs[*].customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.allCallLegs[*].customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.allCallLegs[*].recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.allCallLegs[*].confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.allCallLegs[*].doorlineImageProviderId
  • firstDialedExtension: $.call.allCallLegs[*].firstDialedExtension
  • doorlineDtmfCode: $.call.allCallLegs[*].doorlineDtmfCode
  • consultationChannelId: $.call.allCallLegs[*].consultationChannelId
  • consultationRoomId: $.call.allCallLegs[*].consultationRoomId
  • federationCallInfo: $.call.allCallLegs[*].federationCallInfo
  • pstnRequested: $.call.allCallLegs[*].federationCallInfo.pstnRequested
  • countryCode: $.call.allCallLegs[*].federationCallInfo.countryCode
  • exitCode: $.call.allCallLegs[*].federationCallInfo.exitCode
  • externForward: $.call.allCallLegs[*].federationCallInfo.externForward
  • localAreaCode: $.call.allCallLegs[*].federationCallInfo.localAreaCode
  • groupCall: $.call.allCallLegs[*].federationCallInfo.groupCall
  • callerAccountId: $.call.allCallLegs[*].federationCallInfo.callerAccountId
  • siteUUID: $.call.allCallLegs[*].federationCallInfo.siteUUID
  • forwarderAccountId: $.call.allCallLegs[*].federationCallInfo.forwarderAccountId
  • TTL: $.call.allCallLegs[*].federationCallInfo.TTL
  • forwarderSiteUUID: $.call.allCallLegs[*].federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.allCallLegs[*].federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.allCallLegs[*].linkedLocalLegId
  • conferenceParticipantId: $.call.allCallLegs[*].conferenceParticipantId
  • confbridgeTalking: $.call.allCallLegs[*].confbridgeTalking
  • createdTimestamp: $.call.allCallLegs[*].createdTimestamp
  • confbridgeWantToTalk: $.call.allCallLegs[*].confbridgeWantToTalk
  • pstnLineRequested: $.call.allCallLegs[*].pstnLineRequested
  • linkedLegWithoutLocal: $.call.allCallLegs[*].linkedLegWithoutLocal
  • playRecordAnnounce: $.call.allCallLegs[*].playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.allCallLegs[*].ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.allCallLegs[*].ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.allCallLegs[*].conferenceAccountIdSet
  • callerIdContainer: $.call.allCallLegs[*].callerIdContainer
  • addressBookResolved: $.call.allCallLegs[*].callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.allCallLegs[*].callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.allCallLegs[*].callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.allCallLegs[*].callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.allCallLegs[*].callerIdContainer.originalCallerId
  • currentCallerId: $.call.allCallLegs[*].callerIdContainer.currentCallerId
  • intern: $.call.allCallLegs[*].callerIdContainer.intern
  • phoneCallerId: $.call.allCallLegs[*].callerIdContainer.phoneCallerId
  • anonymous: $.call.allCallLegs[*].callerIdContainer.anonymous
  • moduleCallerId: $.call.allCallLegs[*].callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.allCallLegs[*].connectedTimestamp
  • currentBlindtransferAccountId: $.call.allCallLegs[*].currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.allCallLegs[*].confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.allCallLegs[*].localChannelBridgeDials
  • localChannelBridgeDials: $.call.allCallLegs[*].localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.allCallLegs[*].conferenceBrigeId
  • ccbsBusyAccount: $.call.ccbsBusyAccount
  • dialedAccountId: $.call.dialedAccountId
  • conferenceAdmin: $.call.conferenceAdmin
  • allCallLegIds: $.call.allCallLegIds
  • allCallLegIds: $.call.allCallLegIds[*]
  • ccbsExtension: $.call.ccbsExtension
  • consultationCall: $.call.consultationCall
  • ccbsStarted: $.call.ccbsStarted
  • ccbsCanceled: $.call.ccbsCanceled
  • callerLegID: $.call.callerLegID
  • callId: $.call.callId
  • caller: $.call.caller
  • channelCount: $.call.caller.channelCount
  • confbridgeAdmin: $.call.caller.confbridgeAdmin
  • participantId: $.call.caller.participantId
  • lineName: $.call.caller.lineName
  • callLegId: $.call.caller.callLegId
  • faxContainer: $.call.caller.faxContainer
  • accountId: $.call.caller.faxContainer.accountId
  • channelName: $.call.caller.faxContainer.channelName
  • jobId: $.call.caller.faxContainer.jobId
  • outgoing: $.call.caller.faxContainer.outgoing
  • faxFile: $.call.caller.faxContainer.faxFile
  • myName: $.call.caller.faxContainer.myName
  • internFax: $.call.caller.faxContainer.internFax
  • otherNumber: $.call.caller.faxContainer.otherNumber
  • myNumber: $.call.caller.faxContainer.myNumber
  • otherName: $.call.caller.faxContainer.otherName
  • graveyard: $.call.caller.faxContainer.graveyard
  • musicOnHold: $.call.caller.musicOnHold
  • musicToPlay: $.call.caller.musicToPlay
  • participantType: $.call.caller.participantType
  • peerType: $.call.caller.peerType
  • blindTransfered: $.call.caller.blindTransfered
  • callLegState: $.call.caller.callLegState
  • endpointType: $.call.caller.endpointType
  • lineType: $.call.caller.lineType
  • callLegType: $.call.caller.callLegType
  • peerName: $.call.caller.peerName
  • accountId: $.call.caller.accountId
  • dialedExtension: $.call.caller.dialedExtension
  • currentCallerId: $.call.caller.currentCallerId
  • name: $.call.caller.currentCallerId.name
  • number: $.call.caller.currentCallerId.number
  • company: $.call.caller.currentCallerId.company
  • dialedNumber: $.call.caller.currentCallerId.dialedNumber
  • anonymous: $.call.caller.currentCallerId.anonymous
  • lastname: $.call.caller.currentCallerId.lastname
  • firstname: $.call.caller.currentCallerId.firstname
  • channelName: $.call.caller.channelName
  • callId: $.call.caller.callId
  • caller: $.call.caller.caller
  • lineId: $.call.caller.lineId
  • sipCallId: $.call.caller.sipCallId
  • monitored: $.call.caller.monitored
  • iFmcExtension: $.call.caller.iFmcExtension
  • linkedLegId: $.call.caller.linkedLegId
  • recordAnnounce: $.call.caller.recordAnnounce
  • originateLeg: $.call.caller.originateLeg
  • monitorerId: $.call.caller.monitorerId
  • fromDialContext: $.call.caller.fromDialContext
  • doorlineCamUrl: $.call.caller.doorlineCamUrl
  • clipNoScreening: $.call.caller.clipNoScreening
  • localChannel: $.call.caller.localChannel
  • parkedBy: $.call.caller.parkedBy
  • name: $.call.caller.parkedBy.name
  • permissions: $.call.caller.parkedBy.permissions
  • permissions: $.call.caller.parkedBy.permissions[*]
  • language: $.call.caller.parkedBy.language
  • number: $.call.caller.parkedBy.number
  • conferenceAdmin: $.call.caller.parkedBy.conferenceAdmin
  • participantType: $.call.caller.parkedBy.participantType
  • accountId: $.call.caller.parkedBy.accountId
  • accountNumberSignallingInformation: $.call.caller.parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.caller.parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.caller.parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.caller.parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.caller.parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.caller.parkedBy.numbers
  • numbers: $.call.caller.parkedBy.numbers[*]
  • federationSite: $.call.caller.parkedBy.federationSite
  • accountState: $.call.caller.parkedBy.accountState
  • displayNumber: $.call.caller.parkedBy.displayNumber
  • avatarUrl: $.call.caller.parkedBy.avatarUrl
  • jabberId: $.call.caller.parkedBy.jabberId
  • doNotDisturb: $.call.caller.parkedBy.doNotDisturb
  • faxDisplayName: $.call.caller.parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.caller.parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.caller.parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.caller.parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.caller.parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.caller.parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.caller.parkedBy.assignedPushClients
  • assignedPushClients: $.call.caller.parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.caller.parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.caller.parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.caller.parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.caller.parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.caller.parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.caller.parkedBy.callerIdContainer
  • account: $.call.caller.parkedBy.account
  • user: $.call.caller.parkedBy.user
  • avatarHash: $.call.caller.parkedBy.avatarHash
  • confbridgeMute: $.call.caller.confbridgeMute
  • confbridgeListen: $.call.caller.confbridgeListen
  • forwarderInfo: $.call.caller.forwarderInfo
  • uciCallerIdNumber: $.call.caller.forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.caller.forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.caller.forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.caller.forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.caller.forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.caller.inCallRouting
  • customizedRingToneSettings: $.call.caller.customizedRingToneSettings
  • port: $.call.caller.customizedRingToneSettings.port
  • ringToneFile: $.call.caller.customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.caller.customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.caller.customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.caller.recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.caller.confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.caller.doorlineImageProviderId
  • firstDialedExtension: $.call.caller.firstDialedExtension
  • doorlineDtmfCode: $.call.caller.doorlineDtmfCode
  • consultationChannelId: $.call.caller.consultationChannelId
  • consultationRoomId: $.call.caller.consultationRoomId
  • federationCallInfo: $.call.caller.federationCallInfo
  • pstnRequested: $.call.caller.federationCallInfo.pstnRequested
  • countryCode: $.call.caller.federationCallInfo.countryCode
  • exitCode: $.call.caller.federationCallInfo.exitCode
  • externForward: $.call.caller.federationCallInfo.externForward
  • localAreaCode: $.call.caller.federationCallInfo.localAreaCode
  • groupCall: $.call.caller.federationCallInfo.groupCall
  • callerAccountId: $.call.caller.federationCallInfo.callerAccountId
  • siteUUID: $.call.caller.federationCallInfo.siteUUID
  • forwarderAccountId: $.call.caller.federationCallInfo.forwarderAccountId
  • TTL: $.call.caller.federationCallInfo.TTL
  • forwarderSiteUUID: $.call.caller.federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.caller.federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.caller.linkedLocalLegId
  • conferenceParticipantId: $.call.caller.conferenceParticipantId
  • confbridgeTalking: $.call.caller.confbridgeTalking
  • createdTimestamp: $.call.caller.createdTimestamp
  • confbridgeWantToTalk: $.call.caller.confbridgeWantToTalk
  • pstnLineRequested: $.call.caller.pstnLineRequested
  • linkedLegWithoutLocal: $.call.caller.linkedLegWithoutLocal
  • playRecordAnnounce: $.call.caller.playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.caller.ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.caller.ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.caller.conferenceAccountIdSet
  • callerIdContainer: $.call.caller.callerIdContainer
  • addressBookResolved: $.call.caller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.caller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.caller.callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.caller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.caller.callerIdContainer.originalCallerId
  • currentCallerId: $.call.caller.callerIdContainer.currentCallerId
  • intern: $.call.caller.callerIdContainer.intern
  • phoneCallerId: $.call.caller.callerIdContainer.phoneCallerId
  • anonymous: $.call.caller.callerIdContainer.anonymous
  • moduleCallerId: $.call.caller.callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.caller.connectedTimestamp
  • currentBlindtransferAccountId: $.call.caller.currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.caller.confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.caller.localChannelBridgeDials
  • localChannelBridgeDials: $.call.caller.localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.caller.conferenceBrigeId
  • called: $.call.called
  • called: $.call.called[*]
  • channelCount: $.call.called[*].channelCount
  • confbridgeAdmin: $.call.called[*].confbridgeAdmin
  • participantId: $.call.called[*].participantId
  • lineName: $.call.called[*].lineName
  • callLegId: $.call.called[*].callLegId
  • faxContainer: $.call.called[*].faxContainer
  • accountId: $.call.called[*].faxContainer.accountId
  • channelName: $.call.called[*].faxContainer.channelName
  • jobId: $.call.called[*].faxContainer.jobId
  • outgoing: $.call.called[*].faxContainer.outgoing
  • faxFile: $.call.called[*].faxContainer.faxFile
  • myName: $.call.called[*].faxContainer.myName
  • internFax: $.call.called[*].faxContainer.internFax
  • otherNumber: $.call.called[*].faxContainer.otherNumber
  • myNumber: $.call.called[*].faxContainer.myNumber
  • otherName: $.call.called[*].faxContainer.otherName
  • graveyard: $.call.called[*].faxContainer.graveyard
  • musicOnHold: $.call.called[*].musicOnHold
  • musicToPlay: $.call.called[*].musicToPlay
  • participantType: $.call.called[*].participantType
  • peerType: $.call.called[*].peerType
  • blindTransfered: $.call.called[*].blindTransfered
  • callLegState: $.call.called[*].callLegState
  • endpointType: $.call.called[*].endpointType
  • lineType: $.call.called[*].lineType
  • callLegType: $.call.called[*].callLegType
  • peerName: $.call.called[*].peerName
  • accountId: $.call.called[*].accountId
  • dialedExtension: $.call.called[*].dialedExtension
  • currentCallerId: $.call.called[*].currentCallerId
  • name: $.call.called[*].currentCallerId.name
  • number: $.call.called[*].currentCallerId.number
  • company: $.call.called[*].currentCallerId.company
  • dialedNumber: $.call.called[*].currentCallerId.dialedNumber
  • anonymous: $.call.called[*].currentCallerId.anonymous
  • lastname: $.call.called[*].currentCallerId.lastname
  • firstname: $.call.called[*].currentCallerId.firstname
  • channelName: $.call.called[*].channelName
  • callId: $.call.called[*].callId
  • caller: $.call.called[*].caller
  • lineId: $.call.called[*].lineId
  • sipCallId: $.call.called[*].sipCallId
  • monitored: $.call.called[*].monitored
  • iFmcExtension: $.call.called[*].iFmcExtension
  • linkedLegId: $.call.called[*].linkedLegId
  • recordAnnounce: $.call.called[*].recordAnnounce
  • originateLeg: $.call.called[*].originateLeg
  • monitorerId: $.call.called[*].monitorerId
  • fromDialContext: $.call.called[*].fromDialContext
  • doorlineCamUrl: $.call.called[*].doorlineCamUrl
  • clipNoScreening: $.call.called[*].clipNoScreening
  • localChannel: $.call.called[*].localChannel
  • parkedBy: $.call.called[*].parkedBy
  • name: $.call.called[*].parkedBy.name
  • permissions: $.call.called[*].parkedBy.permissions
  • permissions: $.call.called[*].parkedBy.permissions[*]
  • language: $.call.called[*].parkedBy.language
  • number: $.call.called[*].parkedBy.number
  • conferenceAdmin: $.call.called[*].parkedBy.conferenceAdmin
  • participantType: $.call.called[*].parkedBy.participantType
  • accountId: $.call.called[*].parkedBy.accountId
  • accountNumberSignallingInformation: $.call.called[*].parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.called[*].parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.called[*].parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.called[*].parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.called[*].parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.called[*].parkedBy.numbers
  • numbers: $.call.called[*].parkedBy.numbers[*]
  • federationSite: $.call.called[*].parkedBy.federationSite
  • accountState: $.call.called[*].parkedBy.accountState
  • displayNumber: $.call.called[*].parkedBy.displayNumber
  • avatarUrl: $.call.called[*].parkedBy.avatarUrl
  • jabberId: $.call.called[*].parkedBy.jabberId
  • doNotDisturb: $.call.called[*].parkedBy.doNotDisturb
  • faxDisplayName: $.call.called[*].parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.called[*].parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.called[*].parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.called[*].parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.called[*].parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.called[*].parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.called[*].parkedBy.assignedPushClients
  • assignedPushClients: $.call.called[*].parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.called[*].parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.called[*].parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.called[*].parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.called[*].parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.called[*].parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.called[*].parkedBy.callerIdContainer
  • account: $.call.called[*].parkedBy.account
  • user: $.call.called[*].parkedBy.user
  • avatarHash: $.call.called[*].parkedBy.avatarHash
  • confbridgeMute: $.call.called[*].confbridgeMute
  • confbridgeListen: $.call.called[*].confbridgeListen
  • forwarderInfo: $.call.called[*].forwarderInfo
  • uciCallerIdNumber: $.call.called[*].forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.called[*].forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.called[*].forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.called[*].forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.called[*].forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.called[*].inCallRouting
  • customizedRingToneSettings: $.call.called[*].customizedRingToneSettings
  • port: $.call.called[*].customizedRingToneSettings.port
  • ringToneFile: $.call.called[*].customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.called[*].customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.called[*].customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.called[*].recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.called[*].confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.called[*].doorlineImageProviderId
  • firstDialedExtension: $.call.called[*].firstDialedExtension
  • doorlineDtmfCode: $.call.called[*].doorlineDtmfCode
  • consultationChannelId: $.call.called[*].consultationChannelId
  • consultationRoomId: $.call.called[*].consultationRoomId
  • federationCallInfo: $.call.called[*].federationCallInfo
  • pstnRequested: $.call.called[*].federationCallInfo.pstnRequested
  • countryCode: $.call.called[*].federationCallInfo.countryCode
  • exitCode: $.call.called[*].federationCallInfo.exitCode
  • externForward: $.call.called[*].federationCallInfo.externForward
  • localAreaCode: $.call.called[*].federationCallInfo.localAreaCode
  • groupCall: $.call.called[*].federationCallInfo.groupCall
  • callerAccountId: $.call.called[*].federationCallInfo.callerAccountId
  • siteUUID: $.call.called[*].federationCallInfo.siteUUID
  • forwarderAccountId: $.call.called[*].federationCallInfo.forwarderAccountId
  • TTL: $.call.called[*].federationCallInfo.TTL
  • forwarderSiteUUID: $.call.called[*].federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.called[*].federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.called[*].linkedLocalLegId
  • conferenceParticipantId: $.call.called[*].conferenceParticipantId
  • confbridgeTalking: $.call.called[*].confbridgeTalking
  • createdTimestamp: $.call.called[*].createdTimestamp
  • confbridgeWantToTalk: $.call.called[*].confbridgeWantToTalk
  • pstnLineRequested: $.call.called[*].pstnLineRequested
  • linkedLegWithoutLocal: $.call.called[*].linkedLegWithoutLocal
  • playRecordAnnounce: $.call.called[*].playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.called[*].ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.called[*].ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.called[*].conferenceAccountIdSet
  • callerIdContainer: $.call.called[*].callerIdContainer
  • addressBookResolved: $.call.called[*].callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.called[*].callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.called[*].callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.called[*].callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.called[*].callerIdContainer.originalCallerId
  • currentCallerId: $.call.called[*].callerIdContainer.currentCallerId
  • intern: $.call.called[*].callerIdContainer.intern
  • phoneCallerId: $.call.called[*].callerIdContainer.phoneCallerId
  • anonymous: $.call.called[*].callerIdContainer.anonymous
  • moduleCallerId: $.call.called[*].callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.called[*].connectedTimestamp
  • currentBlindtransferAccountId: $.call.called[*].currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.called[*].confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.called[*].localChannelBridgeDials
  • localChannelBridgeDials: $.call.called[*].localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.called[*].conferenceBrigeId
  • consultationCallId: $.call.consultationCallId
  • uciFakeCallInformation: $.call.uciFakeCallInformation
  • invert: $.call.uciFakeCallInformation.invert
  • callerChannelCount: $.call.callerChannelCount
  • callerParticipantCallerId: $.call.callerParticipantCallerId
  • addressBookResolved: $.call.callerParticipantCallerId.addressBookResolved
  • addressbookCallerId: $.call.callerParticipantCallerId.addressbookCallerId
  • addressbookCallerId: $.call.callerParticipantCallerId.addressbookCallerId.*
  • name: $.call.callerParticipantCallerId.addressbookCallerId.*.name
  • number: $.call.callerParticipantCallerId.addressbookCallerId.*.number
  • company: $.call.callerParticipantCallerId.addressbookCallerId.*.company
  • dialedNumber: $.call.callerParticipantCallerId.addressbookCallerId.*.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.addressbookCallerId.*.anonymous
  • lastname: $.call.callerParticipantCallerId.addressbookCallerId.*.lastname
  • firstname: $.call.callerParticipantCallerId.addressbookCallerId.*.firstname
  • currentCallerIdType: $.call.callerParticipantCallerId.currentCallerIdType
  • originalCallerId: $.call.callerParticipantCallerId.originalCallerId
  • name: $.call.callerParticipantCallerId.originalCallerId.name
  • number: $.call.callerParticipantCallerId.originalCallerId.number
  • company: $.call.callerParticipantCallerId.originalCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.originalCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.originalCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.originalCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.originalCallerId.firstname
  • currentCallerId: $.call.callerParticipantCallerId.currentCallerId
  • name: $.call.callerParticipantCallerId.currentCallerId.name
  • number: $.call.callerParticipantCallerId.currentCallerId.number
  • company: $.call.callerParticipantCallerId.currentCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.currentCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.currentCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.currentCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.currentCallerId.firstname
  • intern: $.call.callerParticipantCallerId.intern
  • phoneCallerId: $.call.callerParticipantCallerId.phoneCallerId
  • anonymous: $.call.callerParticipantCallerId.anonymous
  • moduleCallerId: $.call.callerParticipantCallerId.moduleCallerId
  • name: $.call.callerParticipantCallerId.moduleCallerId.name
  • number: $.call.callerParticipantCallerId.moduleCallerId.number
  • company: $.call.callerParticipantCallerId.moduleCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.moduleCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.moduleCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.moduleCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.moduleCallerId.firstname
  • firstConferenceRoomIdOfCall: $.call.firstConferenceRoomIdOfCall
  • firstExternDialedPhoneNumber: $.call.firstExternDialedPhoneNumber
  • ccbsOwnerAccount: $.call.ccbsOwnerAccount
  • consultationAccountId: $.call.consultationAccountId
  • dialedCallerIdContainer: $.call.dialedCallerIdContainer
  • addressBookResolved: $.call.dialedCallerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.dialedCallerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.dialedCallerIdContainer.addressbookCallerId.*
  • name: $.call.dialedCallerIdContainer.addressbookCallerId.*.name
  • number: $.call.dialedCallerIdContainer.addressbookCallerId.*.number
  • company: $.call.dialedCallerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.call.dialedCallerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.call.dialedCallerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.call.dialedCallerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.call.dialedCallerIdContainer.currentCallerIdType
  • originalCallerId: $.call.dialedCallerIdContainer.originalCallerId
  • name: $.call.dialedCallerIdContainer.originalCallerId.name
  • number: $.call.dialedCallerIdContainer.originalCallerId.number
  • company: $.call.dialedCallerIdContainer.originalCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.originalCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.originalCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.originalCallerId.firstname
  • currentCallerId: $.call.dialedCallerIdContainer.currentCallerId
  • name: $.call.dialedCallerIdContainer.currentCallerId.name
  • number: $.call.dialedCallerIdContainer.currentCallerId.number
  • company: $.call.dialedCallerIdContainer.currentCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.currentCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.currentCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.currentCallerId.firstname
  • intern: $.call.dialedCallerIdContainer.intern
  • phoneCallerId: $.call.dialedCallerIdContainer.phoneCallerId
  • anonymous: $.call.dialedCallerIdContainer.anonymous
  • moduleCallerId: $.call.dialedCallerIdContainer.moduleCallerId
  • name: $.call.dialedCallerIdContainer.moduleCallerId.name
  • number: $.call.dialedCallerIdContainer.moduleCallerId.number
  • company: $.call.dialedCallerIdContainer.moduleCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.moduleCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.moduleCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.moduleCallerId.firstname

NewCcbsCallStateEvent

Beispiel: NewCcbsCallStateEvent
{
"call": {
"allCallLegIds": [ "550e8400-e29b-41d4-a716-446655440000" ],
"allCallLegs": [
{
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
}
],
"callId": "550e8400-e29b-41d4-a716-446655440000",
"called": [
{
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
}
],
"caller": {
"accountId": 2345,
"blindTransfered": true,
"callId": "550e8400-e29b-41d4-a716-446655440000",
"callLegId": "550e8400-e29b-41d4-a716-446655440000",
"callLegState": "DEFAULT",
"callLegType": "DEFAULT",
"caller": true,
"callerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": { "*": "<addressbookCallerId>" },
"anonymous": true,
"currentCallerId": { },
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": { },
"originalCallerId": { },
"phoneCallerId": "2345"
},
"channelCount": "<string>",
"channelName": "<string>",
"clipNoScreening": true,
"confbridgeAdmin": true,
"confbridgeCreationTimestamp": "2026-01-14T12:34:56Z",
"confbridgeListen": true,
"confbridgeMute": true,
"confbridgeTalking": true,
"confbridgeWantToTalk": true,
"confbridgeWantToTalkPosition": 0,
"conferenceAccountIdSet": true,
"conferenceBrigeId": "2345",
"conferenceParticipantId": 2345,
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationChannelId": "2345",
"consultationRoomId": "2345",
"createdTimestamp": "2026-01-14T12:34:56Z",
"currentBlindtransferAccountId": 2345,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"customizedRingToneSettings": {
"port": 0,
"ringToneDomainName": "<string>",
"ringToneFile": "<string>",
"ringToneSipHeader": "<string>"
},
"dialedExtension": "<string>",
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"endpointType": "UNKNOWN",
"faxContainer": {
"accountId": 2345,
"channelName": "<string>",
"faxFile": { },
"graveyard": { },
"internFax": true,
"jobId": 2345,
"myName": "<string>",
"myNumber": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"outgoing": true
},
"federationCallInfo": {
"TTL": 0,
"callerAccountId": "2345",
"callerSignalNumber": "<string>",
"countryCode": "<string>",
"exitCode": "<string>",
"externForward": "<string>",
"forwarderAccountId": "2345",
"forwarderSiteUUID": "2345",
"groupCall": "<string>",
"localAreaCode": "<string>",
"pstnRequested": "<string>",
"siteUUID": "2345"
},
"firstDialedExtension": "<string>",
"forwarderInfo": {
"forwardInfoType": "BLINDTRANSFERED",
"forwarderAccountId": 2345,
"forwarderCallerId": { },
"uciCallerIdName": "<string>",
"uciCallerIdNumber": "<string>"
},
"fromDialContext": true,
"iFmcExtension": "<string>",
"ignoreModuleInstanceIds": [ "<string>" ],
"inCallRouting": true,
"lineId": 2345,
"lineName": "<string>",
"lineType": "EXTERNIDNLINE",
"linkedLegId": "550e8400-e29b-41d4-a716-446655440000",
"linkedLegWithoutLocal": "550e8400-e29b-41d4-a716-446655440000",
"linkedLocalLegId": "550e8400-e29b-41d4-a716-446655440000",
"localChannel": true,
"localChannelBridgeDials": [ "550e8400-e29b-41d4-a716-446655440000" ],
"monitored": true,
"monitorerId": 2345,
"musicOnHold": true,
"musicToPlay": "<string>",
"originateLeg": true,
"parkedBy": {
"account": true,
"accountId": 2345,
"accountNumberSignallingInformation": { },
"accountState": "UNAVAIL",
"assignedPhoneNamesWithStateAvail": [ "<assignedPhoneNamesWithStateAvail>" ],
"assignedPushClients": [ "<assignedPushClients>" ],
"assignedPushClientsWithStateUnavail": [ "<assignedPushClientsWithStateUnavail>" ],
"avatarHash": "<string>",
"avatarUrl": "<string>",
"callerIdContainer": { },
"conferenceAdmin": true,
"conferenceParticipantId": 2345,
"displayNumber": { },
"doNotDisturb": true,
"faxDisplayName": "<string>",
"faxDisplayNumber": "<string>",
"federationSite": "<string>",
"firstExternalNumber": { },
"firstInternalNumber": { },
"groupMemberShipAccounts": [ "<groupMemberShipAccounts>" ],
"jabberId": "2345",
"language": "<string>",
"musicOnHoldClassName": "<string>",
"name": "<string>",
"number": "<string>",
"numbers": [ "<numbers>" ],
"participantType": "USER",
"permissions": [ "<permissions>" ],
"primaryExternalNumber": { },
"primaryInternalNumber": { },
"remoteExternalNumbers": "<string>",
"user": true
},
"participantId": 2345,
"participantType": "USER",
"peerName": "<string>",
"peerType": "UNKNOWN",
"playRecordAnnounce": true,
"pstnLineRequested": true,
"recordAnnounce": true,
"recordAnnouncementLanguage": "<string>",
"sipCallId": "2345"
},
"callerChannelCount": "<string>",
"callerLegID": "550e8400-e29b-41d4-a716-446655440000",
"callerParticipantCallerId": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"ccbsBusyAccount": 0,
"ccbsCanceled": true,
"ccbsExtension": "<string>",
"ccbsOwnerAccount": 0,
"ccbsStarted": true,
"conferenceAdmin": true,
"consultationAccountId": 2345,
"consultationCall": true,
"consultationCallId": "2345",
"dialedAccountId": 2345,
"dialedCallerIdContainer": {
"addressBookResolved": true,
"addressbookCallerId": {
"*": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
}
},
"anonymous": true,
"currentCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"currentCallerIdType": "ORIGINAL",
"intern": true,
"moduleCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"originalCallerId": {
"anonymous": true,
"company": "<string>",
"dialedNumber": "12345",
"firstname": "<string>",
"lastname": "<string>",
"name": "<string>",
"number": "<string>"
},
"phoneCallerId": "2345"
},
"firstConferenceRoomIdOfCall": "<string>",
"firstExternDialedPhoneNumber": "<string>",
"uciFakeCallInformation": {
"invert": true
}
},
"ccbsDialing": true
}

Attribute (JsonPath)

  • ccbsDialing: $.ccbsDialing
  • call: $.call
  • allCallLegs: $.call.allCallLegs
  • allCallLegs: $.call.allCallLegs[*]
  • channelCount: $.call.allCallLegs[*].channelCount
  • confbridgeAdmin: $.call.allCallLegs[*].confbridgeAdmin
  • participantId: $.call.allCallLegs[*].participantId
  • lineName: $.call.allCallLegs[*].lineName
  • callLegId: $.call.allCallLegs[*].callLegId
  • faxContainer: $.call.allCallLegs[*].faxContainer
  • accountId: $.call.allCallLegs[*].faxContainer.accountId
  • channelName: $.call.allCallLegs[*].faxContainer.channelName
  • jobId: $.call.allCallLegs[*].faxContainer.jobId
  • outgoing: $.call.allCallLegs[*].faxContainer.outgoing
  • faxFile: $.call.allCallLegs[*].faxContainer.faxFile
  • myName: $.call.allCallLegs[*].faxContainer.myName
  • internFax: $.call.allCallLegs[*].faxContainer.internFax
  • otherNumber: $.call.allCallLegs[*].faxContainer.otherNumber
  • myNumber: $.call.allCallLegs[*].faxContainer.myNumber
  • otherName: $.call.allCallLegs[*].faxContainer.otherName
  • graveyard: $.call.allCallLegs[*].faxContainer.graveyard
  • musicOnHold: $.call.allCallLegs[*].musicOnHold
  • musicToPlay: $.call.allCallLegs[*].musicToPlay
  • participantType: $.call.allCallLegs[*].participantType
  • peerType: $.call.allCallLegs[*].peerType
  • blindTransfered: $.call.allCallLegs[*].blindTransfered
  • callLegState: $.call.allCallLegs[*].callLegState
  • endpointType: $.call.allCallLegs[*].endpointType
  • lineType: $.call.allCallLegs[*].lineType
  • callLegType: $.call.allCallLegs[*].callLegType
  • peerName: $.call.allCallLegs[*].peerName
  • accountId: $.call.allCallLegs[*].accountId
  • dialedExtension: $.call.allCallLegs[*].dialedExtension
  • currentCallerId: $.call.allCallLegs[*].currentCallerId
  • name: $.call.allCallLegs[*].currentCallerId.name
  • number: $.call.allCallLegs[*].currentCallerId.number
  • company: $.call.allCallLegs[*].currentCallerId.company
  • dialedNumber: $.call.allCallLegs[*].currentCallerId.dialedNumber
  • anonymous: $.call.allCallLegs[*].currentCallerId.anonymous
  • lastname: $.call.allCallLegs[*].currentCallerId.lastname
  • firstname: $.call.allCallLegs[*].currentCallerId.firstname
  • channelName: $.call.allCallLegs[*].channelName
  • callId: $.call.allCallLegs[*].callId
  • caller: $.call.allCallLegs[*].caller
  • lineId: $.call.allCallLegs[*].lineId
  • sipCallId: $.call.allCallLegs[*].sipCallId
  • monitored: $.call.allCallLegs[*].monitored
  • iFmcExtension: $.call.allCallLegs[*].iFmcExtension
  • linkedLegId: $.call.allCallLegs[*].linkedLegId
  • recordAnnounce: $.call.allCallLegs[*].recordAnnounce
  • originateLeg: $.call.allCallLegs[*].originateLeg
  • monitorerId: $.call.allCallLegs[*].monitorerId
  • fromDialContext: $.call.allCallLegs[*].fromDialContext
  • doorlineCamUrl: $.call.allCallLegs[*].doorlineCamUrl
  • clipNoScreening: $.call.allCallLegs[*].clipNoScreening
  • localChannel: $.call.allCallLegs[*].localChannel
  • parkedBy: $.call.allCallLegs[*].parkedBy
  • name: $.call.allCallLegs[*].parkedBy.name
  • permissions: $.call.allCallLegs[*].parkedBy.permissions
  • permissions: $.call.allCallLegs[*].parkedBy.permissions[*]
  • language: $.call.allCallLegs[*].parkedBy.language
  • number: $.call.allCallLegs[*].parkedBy.number
  • conferenceAdmin: $.call.allCallLegs[*].parkedBy.conferenceAdmin
  • participantType: $.call.allCallLegs[*].parkedBy.participantType
  • accountId: $.call.allCallLegs[*].parkedBy.accountId
  • accountNumberSignallingInformation: $.call.allCallLegs[*].parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.allCallLegs[*].parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.allCallLegs[*].parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.allCallLegs[*].parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.allCallLegs[*].parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.allCallLegs[*].parkedBy.numbers
  • numbers: $.call.allCallLegs[*].parkedBy.numbers[*]
  • federationSite: $.call.allCallLegs[*].parkedBy.federationSite
  • accountState: $.call.allCallLegs[*].parkedBy.accountState
  • displayNumber: $.call.allCallLegs[*].parkedBy.displayNumber
  • avatarUrl: $.call.allCallLegs[*].parkedBy.avatarUrl
  • jabberId: $.call.allCallLegs[*].parkedBy.jabberId
  • doNotDisturb: $.call.allCallLegs[*].parkedBy.doNotDisturb
  • faxDisplayName: $.call.allCallLegs[*].parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.allCallLegs[*].parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.allCallLegs[*].parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.allCallLegs[*].parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.allCallLegs[*].parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.allCallLegs[*].parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.allCallLegs[*].parkedBy.assignedPushClients
  • assignedPushClients: $.call.allCallLegs[*].parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.allCallLegs[*].parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.allCallLegs[*].parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.allCallLegs[*].parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.allCallLegs[*].parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.allCallLegs[*].parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.allCallLegs[*].parkedBy.callerIdContainer
  • account: $.call.allCallLegs[*].parkedBy.account
  • user: $.call.allCallLegs[*].parkedBy.user
  • avatarHash: $.call.allCallLegs[*].parkedBy.avatarHash
  • confbridgeMute: $.call.allCallLegs[*].confbridgeMute
  • confbridgeListen: $.call.allCallLegs[*].confbridgeListen
  • forwarderInfo: $.call.allCallLegs[*].forwarderInfo
  • uciCallerIdNumber: $.call.allCallLegs[*].forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.allCallLegs[*].forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.allCallLegs[*].forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.allCallLegs[*].forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.allCallLegs[*].forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.allCallLegs[*].inCallRouting
  • customizedRingToneSettings: $.call.allCallLegs[*].customizedRingToneSettings
  • port: $.call.allCallLegs[*].customizedRingToneSettings.port
  • ringToneFile: $.call.allCallLegs[*].customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.allCallLegs[*].customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.allCallLegs[*].customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.allCallLegs[*].recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.allCallLegs[*].confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.allCallLegs[*].doorlineImageProviderId
  • firstDialedExtension: $.call.allCallLegs[*].firstDialedExtension
  • doorlineDtmfCode: $.call.allCallLegs[*].doorlineDtmfCode
  • consultationChannelId: $.call.allCallLegs[*].consultationChannelId
  • consultationRoomId: $.call.allCallLegs[*].consultationRoomId
  • federationCallInfo: $.call.allCallLegs[*].federationCallInfo
  • pstnRequested: $.call.allCallLegs[*].federationCallInfo.pstnRequested
  • countryCode: $.call.allCallLegs[*].federationCallInfo.countryCode
  • exitCode: $.call.allCallLegs[*].federationCallInfo.exitCode
  • externForward: $.call.allCallLegs[*].federationCallInfo.externForward
  • localAreaCode: $.call.allCallLegs[*].federationCallInfo.localAreaCode
  • groupCall: $.call.allCallLegs[*].federationCallInfo.groupCall
  • callerAccountId: $.call.allCallLegs[*].federationCallInfo.callerAccountId
  • siteUUID: $.call.allCallLegs[*].federationCallInfo.siteUUID
  • forwarderAccountId: $.call.allCallLegs[*].federationCallInfo.forwarderAccountId
  • TTL: $.call.allCallLegs[*].federationCallInfo.TTL
  • forwarderSiteUUID: $.call.allCallLegs[*].federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.allCallLegs[*].federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.allCallLegs[*].linkedLocalLegId
  • conferenceParticipantId: $.call.allCallLegs[*].conferenceParticipantId
  • confbridgeTalking: $.call.allCallLegs[*].confbridgeTalking
  • createdTimestamp: $.call.allCallLegs[*].createdTimestamp
  • confbridgeWantToTalk: $.call.allCallLegs[*].confbridgeWantToTalk
  • pstnLineRequested: $.call.allCallLegs[*].pstnLineRequested
  • linkedLegWithoutLocal: $.call.allCallLegs[*].linkedLegWithoutLocal
  • playRecordAnnounce: $.call.allCallLegs[*].playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.allCallLegs[*].ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.allCallLegs[*].ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.allCallLegs[*].conferenceAccountIdSet
  • callerIdContainer: $.call.allCallLegs[*].callerIdContainer
  • addressBookResolved: $.call.allCallLegs[*].callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.allCallLegs[*].callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.allCallLegs[*].callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.allCallLegs[*].callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.allCallLegs[*].callerIdContainer.originalCallerId
  • currentCallerId: $.call.allCallLegs[*].callerIdContainer.currentCallerId
  • intern: $.call.allCallLegs[*].callerIdContainer.intern
  • phoneCallerId: $.call.allCallLegs[*].callerIdContainer.phoneCallerId
  • anonymous: $.call.allCallLegs[*].callerIdContainer.anonymous
  • moduleCallerId: $.call.allCallLegs[*].callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.allCallLegs[*].connectedTimestamp
  • currentBlindtransferAccountId: $.call.allCallLegs[*].currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.allCallLegs[*].confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.allCallLegs[*].localChannelBridgeDials
  • localChannelBridgeDials: $.call.allCallLegs[*].localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.allCallLegs[*].conferenceBrigeId
  • ccbsBusyAccount: $.call.ccbsBusyAccount
  • dialedAccountId: $.call.dialedAccountId
  • conferenceAdmin: $.call.conferenceAdmin
  • allCallLegIds: $.call.allCallLegIds
  • allCallLegIds: $.call.allCallLegIds[*]
  • ccbsExtension: $.call.ccbsExtension
  • consultationCall: $.call.consultationCall
  • ccbsStarted: $.call.ccbsStarted
  • ccbsCanceled: $.call.ccbsCanceled
  • callerLegID: $.call.callerLegID
  • callId: $.call.callId
  • caller: $.call.caller
  • channelCount: $.call.caller.channelCount
  • confbridgeAdmin: $.call.caller.confbridgeAdmin
  • participantId: $.call.caller.participantId
  • lineName: $.call.caller.lineName
  • callLegId: $.call.caller.callLegId
  • faxContainer: $.call.caller.faxContainer
  • accountId: $.call.caller.faxContainer.accountId
  • channelName: $.call.caller.faxContainer.channelName
  • jobId: $.call.caller.faxContainer.jobId
  • outgoing: $.call.caller.faxContainer.outgoing
  • faxFile: $.call.caller.faxContainer.faxFile
  • myName: $.call.caller.faxContainer.myName
  • internFax: $.call.caller.faxContainer.internFax
  • otherNumber: $.call.caller.faxContainer.otherNumber
  • myNumber: $.call.caller.faxContainer.myNumber
  • otherName: $.call.caller.faxContainer.otherName
  • graveyard: $.call.caller.faxContainer.graveyard
  • musicOnHold: $.call.caller.musicOnHold
  • musicToPlay: $.call.caller.musicToPlay
  • participantType: $.call.caller.participantType
  • peerType: $.call.caller.peerType
  • blindTransfered: $.call.caller.blindTransfered
  • callLegState: $.call.caller.callLegState
  • endpointType: $.call.caller.endpointType
  • lineType: $.call.caller.lineType
  • callLegType: $.call.caller.callLegType
  • peerName: $.call.caller.peerName
  • accountId: $.call.caller.accountId
  • dialedExtension: $.call.caller.dialedExtension
  • currentCallerId: $.call.caller.currentCallerId
  • name: $.call.caller.currentCallerId.name
  • number: $.call.caller.currentCallerId.number
  • company: $.call.caller.currentCallerId.company
  • dialedNumber: $.call.caller.currentCallerId.dialedNumber
  • anonymous: $.call.caller.currentCallerId.anonymous
  • lastname: $.call.caller.currentCallerId.lastname
  • firstname: $.call.caller.currentCallerId.firstname
  • channelName: $.call.caller.channelName
  • callId: $.call.caller.callId
  • caller: $.call.caller.caller
  • lineId: $.call.caller.lineId
  • sipCallId: $.call.caller.sipCallId
  • monitored: $.call.caller.monitored
  • iFmcExtension: $.call.caller.iFmcExtension
  • linkedLegId: $.call.caller.linkedLegId
  • recordAnnounce: $.call.caller.recordAnnounce
  • originateLeg: $.call.caller.originateLeg
  • monitorerId: $.call.caller.monitorerId
  • fromDialContext: $.call.caller.fromDialContext
  • doorlineCamUrl: $.call.caller.doorlineCamUrl
  • clipNoScreening: $.call.caller.clipNoScreening
  • localChannel: $.call.caller.localChannel
  • parkedBy: $.call.caller.parkedBy
  • name: $.call.caller.parkedBy.name
  • permissions: $.call.caller.parkedBy.permissions
  • permissions: $.call.caller.parkedBy.permissions[*]
  • language: $.call.caller.parkedBy.language
  • number: $.call.caller.parkedBy.number
  • conferenceAdmin: $.call.caller.parkedBy.conferenceAdmin
  • participantType: $.call.caller.parkedBy.participantType
  • accountId: $.call.caller.parkedBy.accountId
  • accountNumberSignallingInformation: $.call.caller.parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.caller.parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.caller.parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.caller.parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.caller.parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.caller.parkedBy.numbers
  • numbers: $.call.caller.parkedBy.numbers[*]
  • federationSite: $.call.caller.parkedBy.federationSite
  • accountState: $.call.caller.parkedBy.accountState
  • displayNumber: $.call.caller.parkedBy.displayNumber
  • avatarUrl: $.call.caller.parkedBy.avatarUrl
  • jabberId: $.call.caller.parkedBy.jabberId
  • doNotDisturb: $.call.caller.parkedBy.doNotDisturb
  • faxDisplayName: $.call.caller.parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.caller.parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.caller.parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.caller.parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.caller.parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.caller.parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.caller.parkedBy.assignedPushClients
  • assignedPushClients: $.call.caller.parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.caller.parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.caller.parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.caller.parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.caller.parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.caller.parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.caller.parkedBy.callerIdContainer
  • account: $.call.caller.parkedBy.account
  • user: $.call.caller.parkedBy.user
  • avatarHash: $.call.caller.parkedBy.avatarHash
  • confbridgeMute: $.call.caller.confbridgeMute
  • confbridgeListen: $.call.caller.confbridgeListen
  • forwarderInfo: $.call.caller.forwarderInfo
  • uciCallerIdNumber: $.call.caller.forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.caller.forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.caller.forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.caller.forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.caller.forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.caller.inCallRouting
  • customizedRingToneSettings: $.call.caller.customizedRingToneSettings
  • port: $.call.caller.customizedRingToneSettings.port
  • ringToneFile: $.call.caller.customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.caller.customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.caller.customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.caller.recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.caller.confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.caller.doorlineImageProviderId
  • firstDialedExtension: $.call.caller.firstDialedExtension
  • doorlineDtmfCode: $.call.caller.doorlineDtmfCode
  • consultationChannelId: $.call.caller.consultationChannelId
  • consultationRoomId: $.call.caller.consultationRoomId
  • federationCallInfo: $.call.caller.federationCallInfo
  • pstnRequested: $.call.caller.federationCallInfo.pstnRequested
  • countryCode: $.call.caller.federationCallInfo.countryCode
  • exitCode: $.call.caller.federationCallInfo.exitCode
  • externForward: $.call.caller.federationCallInfo.externForward
  • localAreaCode: $.call.caller.federationCallInfo.localAreaCode
  • groupCall: $.call.caller.federationCallInfo.groupCall
  • callerAccountId: $.call.caller.federationCallInfo.callerAccountId
  • siteUUID: $.call.caller.federationCallInfo.siteUUID
  • forwarderAccountId: $.call.caller.federationCallInfo.forwarderAccountId
  • TTL: $.call.caller.federationCallInfo.TTL
  • forwarderSiteUUID: $.call.caller.federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.caller.federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.caller.linkedLocalLegId
  • conferenceParticipantId: $.call.caller.conferenceParticipantId
  • confbridgeTalking: $.call.caller.confbridgeTalking
  • createdTimestamp: $.call.caller.createdTimestamp
  • confbridgeWantToTalk: $.call.caller.confbridgeWantToTalk
  • pstnLineRequested: $.call.caller.pstnLineRequested
  • linkedLegWithoutLocal: $.call.caller.linkedLegWithoutLocal
  • playRecordAnnounce: $.call.caller.playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.caller.ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.caller.ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.caller.conferenceAccountIdSet
  • callerIdContainer: $.call.caller.callerIdContainer
  • addressBookResolved: $.call.caller.callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.caller.callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.caller.callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.caller.callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.caller.callerIdContainer.originalCallerId
  • currentCallerId: $.call.caller.callerIdContainer.currentCallerId
  • intern: $.call.caller.callerIdContainer.intern
  • phoneCallerId: $.call.caller.callerIdContainer.phoneCallerId
  • anonymous: $.call.caller.callerIdContainer.anonymous
  • moduleCallerId: $.call.caller.callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.caller.connectedTimestamp
  • currentBlindtransferAccountId: $.call.caller.currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.caller.confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.caller.localChannelBridgeDials
  • localChannelBridgeDials: $.call.caller.localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.caller.conferenceBrigeId
  • called: $.call.called
  • called: $.call.called[*]
  • channelCount: $.call.called[*].channelCount
  • confbridgeAdmin: $.call.called[*].confbridgeAdmin
  • participantId: $.call.called[*].participantId
  • lineName: $.call.called[*].lineName
  • callLegId: $.call.called[*].callLegId
  • faxContainer: $.call.called[*].faxContainer
  • accountId: $.call.called[*].faxContainer.accountId
  • channelName: $.call.called[*].faxContainer.channelName
  • jobId: $.call.called[*].faxContainer.jobId
  • outgoing: $.call.called[*].faxContainer.outgoing
  • faxFile: $.call.called[*].faxContainer.faxFile
  • myName: $.call.called[*].faxContainer.myName
  • internFax: $.call.called[*].faxContainer.internFax
  • otherNumber: $.call.called[*].faxContainer.otherNumber
  • myNumber: $.call.called[*].faxContainer.myNumber
  • otherName: $.call.called[*].faxContainer.otherName
  • graveyard: $.call.called[*].faxContainer.graveyard
  • musicOnHold: $.call.called[*].musicOnHold
  • musicToPlay: $.call.called[*].musicToPlay
  • participantType: $.call.called[*].participantType
  • peerType: $.call.called[*].peerType
  • blindTransfered: $.call.called[*].blindTransfered
  • callLegState: $.call.called[*].callLegState
  • endpointType: $.call.called[*].endpointType
  • lineType: $.call.called[*].lineType
  • callLegType: $.call.called[*].callLegType
  • peerName: $.call.called[*].peerName
  • accountId: $.call.called[*].accountId
  • dialedExtension: $.call.called[*].dialedExtension
  • currentCallerId: $.call.called[*].currentCallerId
  • name: $.call.called[*].currentCallerId.name
  • number: $.call.called[*].currentCallerId.number
  • company: $.call.called[*].currentCallerId.company
  • dialedNumber: $.call.called[*].currentCallerId.dialedNumber
  • anonymous: $.call.called[*].currentCallerId.anonymous
  • lastname: $.call.called[*].currentCallerId.lastname
  • firstname: $.call.called[*].currentCallerId.firstname
  • channelName: $.call.called[*].channelName
  • callId: $.call.called[*].callId
  • caller: $.call.called[*].caller
  • lineId: $.call.called[*].lineId
  • sipCallId: $.call.called[*].sipCallId
  • monitored: $.call.called[*].monitored
  • iFmcExtension: $.call.called[*].iFmcExtension
  • linkedLegId: $.call.called[*].linkedLegId
  • recordAnnounce: $.call.called[*].recordAnnounce
  • originateLeg: $.call.called[*].originateLeg
  • monitorerId: $.call.called[*].monitorerId
  • fromDialContext: $.call.called[*].fromDialContext
  • doorlineCamUrl: $.call.called[*].doorlineCamUrl
  • clipNoScreening: $.call.called[*].clipNoScreening
  • localChannel: $.call.called[*].localChannel
  • parkedBy: $.call.called[*].parkedBy
  • name: $.call.called[*].parkedBy.name
  • permissions: $.call.called[*].parkedBy.permissions
  • permissions: $.call.called[*].parkedBy.permissions[*]
  • language: $.call.called[*].parkedBy.language
  • number: $.call.called[*].parkedBy.number
  • conferenceAdmin: $.call.called[*].parkedBy.conferenceAdmin
  • participantType: $.call.called[*].parkedBy.participantType
  • accountId: $.call.called[*].parkedBy.accountId
  • accountNumberSignallingInformation: $.call.called[*].parkedBy.accountNumberSignallingInformation
  • assignedPhoneNamesWithStateAvail: $.call.called[*].parkedBy.assignedPhoneNamesWithStateAvail
  • assignedPhoneNamesWithStateAvail: $.call.called[*].parkedBy.assignedPhoneNamesWithStateAvail[*]
  • assignedPushClientsWithStateUnavail: $.call.called[*].parkedBy.assignedPushClientsWithStateUnavail
  • assignedPushClientsWithStateUnavail: $.call.called[*].parkedBy.assignedPushClientsWithStateUnavail[*]
  • numbers: $.call.called[*].parkedBy.numbers
  • numbers: $.call.called[*].parkedBy.numbers[*]
  • federationSite: $.call.called[*].parkedBy.federationSite
  • accountState: $.call.called[*].parkedBy.accountState
  • displayNumber: $.call.called[*].parkedBy.displayNumber
  • avatarUrl: $.call.called[*].parkedBy.avatarUrl
  • jabberId: $.call.called[*].parkedBy.jabberId
  • doNotDisturb: $.call.called[*].parkedBy.doNotDisturb
  • faxDisplayName: $.call.called[*].parkedBy.faxDisplayName
  • conferenceParticipantId: $.call.called[*].parkedBy.conferenceParticipantId
  • firstInternalNumber: $.call.called[*].parkedBy.firstInternalNumber
  • faxDisplayNumber: $.call.called[*].parkedBy.faxDisplayNumber
  • firstExternalNumber: $.call.called[*].parkedBy.firstExternalNumber
  • primaryExternalNumber: $.call.called[*].parkedBy.primaryExternalNumber
  • assignedPushClients: $.call.called[*].parkedBy.assignedPushClients
  • assignedPushClients: $.call.called[*].parkedBy.assignedPushClients[*]
  • musicOnHoldClassName: $.call.called[*].parkedBy.musicOnHoldClassName
  • remoteExternalNumbers: $.call.called[*].parkedBy.remoteExternalNumbers
  • groupMemberShipAccounts: $.call.called[*].parkedBy.groupMemberShipAccounts
  • groupMemberShipAccounts: $.call.called[*].parkedBy.groupMemberShipAccounts[*]
  • primaryInternalNumber: $.call.called[*].parkedBy.primaryInternalNumber
  • callerIdContainer: $.call.called[*].parkedBy.callerIdContainer
  • account: $.call.called[*].parkedBy.account
  • user: $.call.called[*].parkedBy.user
  • avatarHash: $.call.called[*].parkedBy.avatarHash
  • confbridgeMute: $.call.called[*].confbridgeMute
  • confbridgeListen: $.call.called[*].confbridgeListen
  • forwarderInfo: $.call.called[*].forwarderInfo
  • uciCallerIdNumber: $.call.called[*].forwarderInfo.uciCallerIdNumber
  • forwardInfoType: $.call.called[*].forwarderInfo.forwardInfoType
  • uciCallerIdName: $.call.called[*].forwarderInfo.uciCallerIdName
  • forwarderCallerId: $.call.called[*].forwarderInfo.forwarderCallerId
  • forwarderAccountId: $.call.called[*].forwarderInfo.forwarderAccountId
  • inCallRouting: $.call.called[*].inCallRouting
  • customizedRingToneSettings: $.call.called[*].customizedRingToneSettings
  • port: $.call.called[*].customizedRingToneSettings.port
  • ringToneFile: $.call.called[*].customizedRingToneSettings.ringToneFile
  • ringToneSipHeader: $.call.called[*].customizedRingToneSettings.ringToneSipHeader
  • ringToneDomainName: $.call.called[*].customizedRingToneSettings.ringToneDomainName
  • recordAnnouncementLanguage: $.call.called[*].recordAnnouncementLanguage
  • confbridgeCreationTimestamp: $.call.called[*].confbridgeCreationTimestamp
  • doorlineImageProviderId: $.call.called[*].doorlineImageProviderId
  • firstDialedExtension: $.call.called[*].firstDialedExtension
  • doorlineDtmfCode: $.call.called[*].doorlineDtmfCode
  • consultationChannelId: $.call.called[*].consultationChannelId
  • consultationRoomId: $.call.called[*].consultationRoomId
  • federationCallInfo: $.call.called[*].federationCallInfo
  • pstnRequested: $.call.called[*].federationCallInfo.pstnRequested
  • countryCode: $.call.called[*].federationCallInfo.countryCode
  • exitCode: $.call.called[*].federationCallInfo.exitCode
  • externForward: $.call.called[*].federationCallInfo.externForward
  • localAreaCode: $.call.called[*].federationCallInfo.localAreaCode
  • groupCall: $.call.called[*].federationCallInfo.groupCall
  • callerAccountId: $.call.called[*].federationCallInfo.callerAccountId
  • siteUUID: $.call.called[*].federationCallInfo.siteUUID
  • forwarderAccountId: $.call.called[*].federationCallInfo.forwarderAccountId
  • TTL: $.call.called[*].federationCallInfo.TTL
  • forwarderSiteUUID: $.call.called[*].federationCallInfo.forwarderSiteUUID
  • callerSignalNumber: $.call.called[*].federationCallInfo.callerSignalNumber
  • linkedLocalLegId: $.call.called[*].linkedLocalLegId
  • conferenceParticipantId: $.call.called[*].conferenceParticipantId
  • confbridgeTalking: $.call.called[*].confbridgeTalking
  • createdTimestamp: $.call.called[*].createdTimestamp
  • confbridgeWantToTalk: $.call.called[*].confbridgeWantToTalk
  • pstnLineRequested: $.call.called[*].pstnLineRequested
  • linkedLegWithoutLocal: $.call.called[*].linkedLegWithoutLocal
  • playRecordAnnounce: $.call.called[*].playRecordAnnounce
  • ignoreModuleInstanceIds: $.call.called[*].ignoreModuleInstanceIds
  • ignoreModuleInstanceIds: $.call.called[*].ignoreModuleInstanceIds[*]
  • conferenceAccountIdSet: $.call.called[*].conferenceAccountIdSet
  • callerIdContainer: $.call.called[*].callerIdContainer
  • addressBookResolved: $.call.called[*].callerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.called[*].callerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.called[*].callerIdContainer.addressbookCallerId.*
  • currentCallerIdType: $.call.called[*].callerIdContainer.currentCallerIdType
  • originalCallerId: $.call.called[*].callerIdContainer.originalCallerId
  • currentCallerId: $.call.called[*].callerIdContainer.currentCallerId
  • intern: $.call.called[*].callerIdContainer.intern
  • phoneCallerId: $.call.called[*].callerIdContainer.phoneCallerId
  • anonymous: $.call.called[*].callerIdContainer.anonymous
  • moduleCallerId: $.call.called[*].callerIdContainer.moduleCallerId
  • connectedTimestamp: $.call.called[*].connectedTimestamp
  • currentBlindtransferAccountId: $.call.called[*].currentBlindtransferAccountId
  • confbridgeWantToTalkPosition: $.call.called[*].confbridgeWantToTalkPosition
  • localChannelBridgeDials: $.call.called[*].localChannelBridgeDials
  • localChannelBridgeDials: $.call.called[*].localChannelBridgeDials[*]
  • conferenceBrigeId: $.call.called[*].conferenceBrigeId
  • consultationCallId: $.call.consultationCallId
  • uciFakeCallInformation: $.call.uciFakeCallInformation
  • invert: $.call.uciFakeCallInformation.invert
  • callerChannelCount: $.call.callerChannelCount
  • callerParticipantCallerId: $.call.callerParticipantCallerId
  • addressBookResolved: $.call.callerParticipantCallerId.addressBookResolved
  • addressbookCallerId: $.call.callerParticipantCallerId.addressbookCallerId
  • addressbookCallerId: $.call.callerParticipantCallerId.addressbookCallerId.*
  • name: $.call.callerParticipantCallerId.addressbookCallerId.*.name
  • number: $.call.callerParticipantCallerId.addressbookCallerId.*.number
  • company: $.call.callerParticipantCallerId.addressbookCallerId.*.company
  • dialedNumber: $.call.callerParticipantCallerId.addressbookCallerId.*.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.addressbookCallerId.*.anonymous
  • lastname: $.call.callerParticipantCallerId.addressbookCallerId.*.lastname
  • firstname: $.call.callerParticipantCallerId.addressbookCallerId.*.firstname
  • currentCallerIdType: $.call.callerParticipantCallerId.currentCallerIdType
  • originalCallerId: $.call.callerParticipantCallerId.originalCallerId
  • name: $.call.callerParticipantCallerId.originalCallerId.name
  • number: $.call.callerParticipantCallerId.originalCallerId.number
  • company: $.call.callerParticipantCallerId.originalCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.originalCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.originalCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.originalCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.originalCallerId.firstname
  • currentCallerId: $.call.callerParticipantCallerId.currentCallerId
  • name: $.call.callerParticipantCallerId.currentCallerId.name
  • number: $.call.callerParticipantCallerId.currentCallerId.number
  • company: $.call.callerParticipantCallerId.currentCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.currentCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.currentCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.currentCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.currentCallerId.firstname
  • intern: $.call.callerParticipantCallerId.intern
  • phoneCallerId: $.call.callerParticipantCallerId.phoneCallerId
  • anonymous: $.call.callerParticipantCallerId.anonymous
  • moduleCallerId: $.call.callerParticipantCallerId.moduleCallerId
  • name: $.call.callerParticipantCallerId.moduleCallerId.name
  • number: $.call.callerParticipantCallerId.moduleCallerId.number
  • company: $.call.callerParticipantCallerId.moduleCallerId.company
  • dialedNumber: $.call.callerParticipantCallerId.moduleCallerId.dialedNumber
  • anonymous: $.call.callerParticipantCallerId.moduleCallerId.anonymous
  • lastname: $.call.callerParticipantCallerId.moduleCallerId.lastname
  • firstname: $.call.callerParticipantCallerId.moduleCallerId.firstname
  • firstConferenceRoomIdOfCall: $.call.firstConferenceRoomIdOfCall
  • firstExternDialedPhoneNumber: $.call.firstExternDialedPhoneNumber
  • ccbsOwnerAccount: $.call.ccbsOwnerAccount
  • consultationAccountId: $.call.consultationAccountId
  • dialedCallerIdContainer: $.call.dialedCallerIdContainer
  • addressBookResolved: $.call.dialedCallerIdContainer.addressBookResolved
  • addressbookCallerId: $.call.dialedCallerIdContainer.addressbookCallerId
  • addressbookCallerId: $.call.dialedCallerIdContainer.addressbookCallerId.*
  • name: $.call.dialedCallerIdContainer.addressbookCallerId.*.name
  • number: $.call.dialedCallerIdContainer.addressbookCallerId.*.number
  • company: $.call.dialedCallerIdContainer.addressbookCallerId.*.company
  • dialedNumber: $.call.dialedCallerIdContainer.addressbookCallerId.*.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.addressbookCallerId.*.anonymous
  • lastname: $.call.dialedCallerIdContainer.addressbookCallerId.*.lastname
  • firstname: $.call.dialedCallerIdContainer.addressbookCallerId.*.firstname
  • currentCallerIdType: $.call.dialedCallerIdContainer.currentCallerIdType
  • originalCallerId: $.call.dialedCallerIdContainer.originalCallerId
  • name: $.call.dialedCallerIdContainer.originalCallerId.name
  • number: $.call.dialedCallerIdContainer.originalCallerId.number
  • company: $.call.dialedCallerIdContainer.originalCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.originalCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.originalCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.originalCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.originalCallerId.firstname
  • currentCallerId: $.call.dialedCallerIdContainer.currentCallerId
  • name: $.call.dialedCallerIdContainer.currentCallerId.name
  • number: $.call.dialedCallerIdContainer.currentCallerId.number
  • company: $.call.dialedCallerIdContainer.currentCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.currentCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.currentCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.currentCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.currentCallerId.firstname
  • intern: $.call.dialedCallerIdContainer.intern
  • phoneCallerId: $.call.dialedCallerIdContainer.phoneCallerId
  • anonymous: $.call.dialedCallerIdContainer.anonymous
  • moduleCallerId: $.call.dialedCallerIdContainer.moduleCallerId
  • name: $.call.dialedCallerIdContainer.moduleCallerId.name
  • number: $.call.dialedCallerIdContainer.moduleCallerId.number
  • company: $.call.dialedCallerIdContainer.moduleCallerId.company
  • dialedNumber: $.call.dialedCallerIdContainer.moduleCallerId.dialedNumber
  • anonymous: $.call.dialedCallerIdContainer.moduleCallerId.anonymous
  • lastname: $.call.dialedCallerIdContainer.moduleCallerId.lastname
  • firstname: $.call.dialedCallerIdContainer.moduleCallerId.firstname

ParkAndOrbitStateChangedEvent

Beispiel: ParkAndOrbitStateChangedEvent
{
"occupied": true,
"parkOrbit": "<string>"
}

Attribute (JsonPath)

  • parkOrbit: $.parkOrbit
  • occupied: $.occupied

TelephonyStateChangedEvent

Beispiel: TelephonyStateChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"telephonyState": "UNAVAILABLE"
}

Attribute (JsonPath)

  • telephonyState: $.telephonyState
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.ch.processing.model.logic.Queue.event

QueueProgressEvent

Beispiel: QueueProgressEvent
{
"accountId": 2345,
"callerChannel": "<string>",
"cause": { },
"numberOfAgentsToCall": 0,
"queueAccountId": 2345,
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • queueAccountId: $.queueAccountId
  • callerChannel: $.callerChannel
  • numberOfAgentsToCall: $.numberOfAgentsToCall
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.core.component.callDataRecord.Email

SendEmailEvent

Beispiel: SendEmailEvent
{
"email": { }
}

Attribute (JsonPath)

  • email: $.email

de.starface.core.component.config

CustomChangeEvent

Beispiel: CustomChangeEvent
{
"key": { },
"value": { }
}

Attribute (JsonPath)

  • value: $.value
  • key: $.key

de.starface.core.component.functionkey.events

FunctionKeyCreatedEvent

Beispiel: FunctionKeyCreatedEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeyDeletedEvent

Beispiel: FunctionKeyDeletedEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeyEvent

Beispiel: FunctionKeyEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeyLifecycleEvent

Beispiel: FunctionKeyLifecycleEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeyStateChangedEvent

Beispiel: FunctionKeyStateChangedEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeyUpdatedEvent

Beispiel: FunctionKeyUpdatedEvent
{
"functionKey": {
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
}

Attribute (JsonPath)

  • functionKey: $.functionKey
  • position: $.functionKey.position
  • name: $.functionKey.name
  • id: $.functionKey.id
  • state: $.functionKey.state
  • type: $.functionKey.type
  • attributes: $.functionKey.attributes
  • attributes: $.functionKey.attributes[*]
  • dirty: $.functionKey.dirty
  • valid: $.functionKey.valid
  • temporary: $.functionKey.temporary
  • targetNumber: $.functionKey.targetNumber
  • guiState: $.functionKey.guiState
  • subscription: $.functionKey.subscription
  • firstAttribute: $.functionKey.firstAttribute
  • functionkey: $.functionKey.functionkey
  • position: $.functionKey.functionkey.position
  • name: $.functionKey.functionkey.name
  • id: $.functionKey.functionkey.id
  • attributes: $.functionKey.functionkey.attributes
  • attributes: $.functionKey.functionkey.attributes[*]
  • id: $.functionKey.functionkey.attributes[*].id
  • attribute: $.functionKey.functionkey.attributes[*].attribute
  • keyId: $.functionKey.functionkey.attributes[*].keyId
  • uuid: $.functionKey.functionkey.attributes[*].uuid
  • accountId: $.functionKey.functionkey.accountId
  • uuid: $.functionKey.functionkey.uuid
  • keytype: $.functionKey.functionkey.keytype
  • userState: $.functionKey.userState
  • accountId: $.functionKey.userState.accountId
  • redirectAlwaysActive: $.functionKey.userState.redirectAlwaysActive
  • chatPresenceMessage: $.functionKey.userState.chatPresenceMessage
  • doNotDisturbSetting: $.functionKey.userState.doNotDisturbSetting
  • chatPresence: $.functionKey.userState.chatPresence
  • telephonyState: $.functionKey.userState.telephonyState
  • avatarHash: $.functionKey.userState.avatarHash
  • accountId: $.functionKey.accountId
  • attributesAsInteger: $.functionKey.attributesAsInteger
  • attributesAsInteger: $.functionKey.attributesAsInteger[*]
  • firstAttributeAsInteger: $.functionKey.firstAttributeAsInteger
  • keyType: $.functionKey.keyType

FunctionKeysChangedEvent

Beispiel: FunctionKeysChangedEvent
{
"createdKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
],
"deletedKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
],
"updatedKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
]
}

Attribute (JsonPath)

  • deletedKeys: $.deletedKeys
  • deletedKeys: $.deletedKeys[*]
  • position: $.deletedKeys[*].position
  • name: $.deletedKeys[*].name
  • id: $.deletedKeys[*].id
  • state: $.deletedKeys[*].state
  • type: $.deletedKeys[*].type
  • attributes: $.deletedKeys[*].attributes
  • attributes: $.deletedKeys[*].attributes[*]
  • dirty: $.deletedKeys[*].dirty
  • valid: $.deletedKeys[*].valid
  • temporary: $.deletedKeys[*].temporary
  • targetNumber: $.deletedKeys[*].targetNumber
  • guiState: $.deletedKeys[*].guiState
  • subscription: $.deletedKeys[*].subscription
  • firstAttribute: $.deletedKeys[*].firstAttribute
  • functionkey: $.deletedKeys[*].functionkey
  • position: $.deletedKeys[*].functionkey.position
  • name: $.deletedKeys[*].functionkey.name
  • id: $.deletedKeys[*].functionkey.id
  • attributes: $.deletedKeys[*].functionkey.attributes
  • attributes: $.deletedKeys[*].functionkey.attributes[*]
  • id: $.deletedKeys[*].functionkey.attributes[*].id
  • attribute: $.deletedKeys[*].functionkey.attributes[*].attribute
  • keyId: $.deletedKeys[*].functionkey.attributes[*].keyId
  • uuid: $.deletedKeys[*].functionkey.attributes[*].uuid
  • accountId: $.deletedKeys[*].functionkey.accountId
  • uuid: $.deletedKeys[*].functionkey.uuid
  • keytype: $.deletedKeys[*].functionkey.keytype
  • userState: $.deletedKeys[*].userState
  • accountId: $.deletedKeys[*].userState.accountId
  • redirectAlwaysActive: $.deletedKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.deletedKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.deletedKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.deletedKeys[*].userState.chatPresence
  • telephonyState: $.deletedKeys[*].userState.telephonyState
  • avatarHash: $.deletedKeys[*].userState.avatarHash
  • accountId: $.deletedKeys[*].accountId
  • attributesAsInteger: $.deletedKeys[*].attributesAsInteger
  • attributesAsInteger: $.deletedKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.deletedKeys[*].firstAttributeAsInteger
  • keyType: $.deletedKeys[*].keyType
  • createdKeys: $.createdKeys
  • createdKeys: $.createdKeys[*]
  • position: $.createdKeys[*].position
  • name: $.createdKeys[*].name
  • id: $.createdKeys[*].id
  • state: $.createdKeys[*].state
  • type: $.createdKeys[*].type
  • attributes: $.createdKeys[*].attributes
  • attributes: $.createdKeys[*].attributes[*]
  • dirty: $.createdKeys[*].dirty
  • valid: $.createdKeys[*].valid
  • temporary: $.createdKeys[*].temporary
  • targetNumber: $.createdKeys[*].targetNumber
  • guiState: $.createdKeys[*].guiState
  • subscription: $.createdKeys[*].subscription
  • firstAttribute: $.createdKeys[*].firstAttribute
  • functionkey: $.createdKeys[*].functionkey
  • position: $.createdKeys[*].functionkey.position
  • name: $.createdKeys[*].functionkey.name
  • id: $.createdKeys[*].functionkey.id
  • attributes: $.createdKeys[*].functionkey.attributes
  • attributes: $.createdKeys[*].functionkey.attributes[*]
  • id: $.createdKeys[*].functionkey.attributes[*].id
  • attribute: $.createdKeys[*].functionkey.attributes[*].attribute
  • keyId: $.createdKeys[*].functionkey.attributes[*].keyId
  • uuid: $.createdKeys[*].functionkey.attributes[*].uuid
  • accountId: $.createdKeys[*].functionkey.accountId
  • uuid: $.createdKeys[*].functionkey.uuid
  • keytype: $.createdKeys[*].functionkey.keytype
  • userState: $.createdKeys[*].userState
  • accountId: $.createdKeys[*].userState.accountId
  • redirectAlwaysActive: $.createdKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.createdKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.createdKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.createdKeys[*].userState.chatPresence
  • telephonyState: $.createdKeys[*].userState.telephonyState
  • avatarHash: $.createdKeys[*].userState.avatarHash
  • accountId: $.createdKeys[*].accountId
  • attributesAsInteger: $.createdKeys[*].attributesAsInteger
  • attributesAsInteger: $.createdKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.createdKeys[*].firstAttributeAsInteger
  • keyType: $.createdKeys[*].keyType
  • updatedKeys: $.updatedKeys
  • updatedKeys: $.updatedKeys[*]
  • position: $.updatedKeys[*].position
  • name: $.updatedKeys[*].name
  • id: $.updatedKeys[*].id
  • state: $.updatedKeys[*].state
  • type: $.updatedKeys[*].type
  • attributes: $.updatedKeys[*].attributes
  • attributes: $.updatedKeys[*].attributes[*]
  • dirty: $.updatedKeys[*].dirty
  • valid: $.updatedKeys[*].valid
  • temporary: $.updatedKeys[*].temporary
  • targetNumber: $.updatedKeys[*].targetNumber
  • guiState: $.updatedKeys[*].guiState
  • subscription: $.updatedKeys[*].subscription
  • firstAttribute: $.updatedKeys[*].firstAttribute
  • functionkey: $.updatedKeys[*].functionkey
  • position: $.updatedKeys[*].functionkey.position
  • name: $.updatedKeys[*].functionkey.name
  • id: $.updatedKeys[*].functionkey.id
  • attributes: $.updatedKeys[*].functionkey.attributes
  • attributes: $.updatedKeys[*].functionkey.attributes[*]
  • id: $.updatedKeys[*].functionkey.attributes[*].id
  • attribute: $.updatedKeys[*].functionkey.attributes[*].attribute
  • keyId: $.updatedKeys[*].functionkey.attributes[*].keyId
  • uuid: $.updatedKeys[*].functionkey.attributes[*].uuid
  • accountId: $.updatedKeys[*].functionkey.accountId
  • uuid: $.updatedKeys[*].functionkey.uuid
  • keytype: $.updatedKeys[*].functionkey.keytype
  • userState: $.updatedKeys[*].userState
  • accountId: $.updatedKeys[*].userState.accountId
  • redirectAlwaysActive: $.updatedKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.updatedKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.updatedKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.updatedKeys[*].userState.chatPresence
  • telephonyState: $.updatedKeys[*].userState.telephonyState
  • avatarHash: $.updatedKeys[*].userState.avatarHash
  • accountId: $.updatedKeys[*].accountId
  • attributesAsInteger: $.updatedKeys[*].attributesAsInteger
  • attributesAsInteger: $.updatedKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.updatedKeys[*].firstAttributeAsInteger
  • keyType: $.updatedKeys[*].keyType

FunctionKeysOfAccountChangedEvent

Beispiel: FunctionKeysOfAccountChangedEvent
{
"accountId": 2345,
"cause": { },
"createdKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
],
"deletedKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
],
"requesterAccountId": 2345,
"rootCause": { },
"updatedKeys": [
{
"accountId": 2345,
"attributes": [ "<string>" ],
"attributesAsInteger": [ 0 ],
"dirty": true,
"firstAttribute": "<string>",
"firstAttributeAsInteger": 0,
"functionkey": {
"accountId": 2345,
"attributes": [
{
"attribute": "<string>",
"id": 2345,
"keyId": 2345,
"uuid": "2345"
}
],
"id": 2345,
"keytype": "ACCOUNTFK",
"name": "<string>",
"position": 0,
"uuid": "2345"
},
"guiState": 0,
"id": 2345,
"keyType": "<string>",
"name": "<string>",
"position": 0,
"state": "OFF",
"subscription": "<string>",
"targetNumber": "67",
"temporary": true,
"type": "ACCOUNTFK",
"userState": {
"accountId": 2345,
"avatarHash": "<string>",
"chatPresence": "UNAVAILABLE",
"chatPresenceMessage": "<string>",
"doNotDisturbSetting": true,
"redirectAlwaysActive": true,
"telephonyState": "UNAVAILABLE"
},
"valid": true
}
]
}

Attribute (JsonPath)

  • deletedKeys: $.deletedKeys
  • deletedKeys: $.deletedKeys[*]
  • position: $.deletedKeys[*].position
  • name: $.deletedKeys[*].name
  • id: $.deletedKeys[*].id
  • state: $.deletedKeys[*].state
  • type: $.deletedKeys[*].type
  • attributes: $.deletedKeys[*].attributes
  • attributes: $.deletedKeys[*].attributes[*]
  • dirty: $.deletedKeys[*].dirty
  • valid: $.deletedKeys[*].valid
  • temporary: $.deletedKeys[*].temporary
  • targetNumber: $.deletedKeys[*].targetNumber
  • guiState: $.deletedKeys[*].guiState
  • subscription: $.deletedKeys[*].subscription
  • firstAttribute: $.deletedKeys[*].firstAttribute
  • functionkey: $.deletedKeys[*].functionkey
  • position: $.deletedKeys[*].functionkey.position
  • name: $.deletedKeys[*].functionkey.name
  • id: $.deletedKeys[*].functionkey.id
  • attributes: $.deletedKeys[*].functionkey.attributes
  • attributes: $.deletedKeys[*].functionkey.attributes[*]
  • id: $.deletedKeys[*].functionkey.attributes[*].id
  • attribute: $.deletedKeys[*].functionkey.attributes[*].attribute
  • keyId: $.deletedKeys[*].functionkey.attributes[*].keyId
  • uuid: $.deletedKeys[*].functionkey.attributes[*].uuid
  • accountId: $.deletedKeys[*].functionkey.accountId
  • uuid: $.deletedKeys[*].functionkey.uuid
  • keytype: $.deletedKeys[*].functionkey.keytype
  • userState: $.deletedKeys[*].userState
  • accountId: $.deletedKeys[*].userState.accountId
  • redirectAlwaysActive: $.deletedKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.deletedKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.deletedKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.deletedKeys[*].userState.chatPresence
  • telephonyState: $.deletedKeys[*].userState.telephonyState
  • avatarHash: $.deletedKeys[*].userState.avatarHash
  • accountId: $.deletedKeys[*].accountId
  • attributesAsInteger: $.deletedKeys[*].attributesAsInteger
  • attributesAsInteger: $.deletedKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.deletedKeys[*].firstAttributeAsInteger
  • keyType: $.deletedKeys[*].keyType
  • createdKeys: $.createdKeys
  • createdKeys: $.createdKeys[*]
  • position: $.createdKeys[*].position
  • name: $.createdKeys[*].name
  • id: $.createdKeys[*].id
  • state: $.createdKeys[*].state
  • type: $.createdKeys[*].type
  • attributes: $.createdKeys[*].attributes
  • attributes: $.createdKeys[*].attributes[*]
  • dirty: $.createdKeys[*].dirty
  • valid: $.createdKeys[*].valid
  • temporary: $.createdKeys[*].temporary
  • targetNumber: $.createdKeys[*].targetNumber
  • guiState: $.createdKeys[*].guiState
  • subscription: $.createdKeys[*].subscription
  • firstAttribute: $.createdKeys[*].firstAttribute
  • functionkey: $.createdKeys[*].functionkey
  • position: $.createdKeys[*].functionkey.position
  • name: $.createdKeys[*].functionkey.name
  • id: $.createdKeys[*].functionkey.id
  • attributes: $.createdKeys[*].functionkey.attributes
  • attributes: $.createdKeys[*].functionkey.attributes[*]
  • id: $.createdKeys[*].functionkey.attributes[*].id
  • attribute: $.createdKeys[*].functionkey.attributes[*].attribute
  • keyId: $.createdKeys[*].functionkey.attributes[*].keyId
  • uuid: $.createdKeys[*].functionkey.attributes[*].uuid
  • accountId: $.createdKeys[*].functionkey.accountId
  • uuid: $.createdKeys[*].functionkey.uuid
  • keytype: $.createdKeys[*].functionkey.keytype
  • userState: $.createdKeys[*].userState
  • accountId: $.createdKeys[*].userState.accountId
  • redirectAlwaysActive: $.createdKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.createdKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.createdKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.createdKeys[*].userState.chatPresence
  • telephonyState: $.createdKeys[*].userState.telephonyState
  • avatarHash: $.createdKeys[*].userState.avatarHash
  • accountId: $.createdKeys[*].accountId
  • attributesAsInteger: $.createdKeys[*].attributesAsInteger
  • attributesAsInteger: $.createdKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.createdKeys[*].firstAttributeAsInteger
  • keyType: $.createdKeys[*].keyType
  • updatedKeys: $.updatedKeys
  • updatedKeys: $.updatedKeys[*]
  • position: $.updatedKeys[*].position
  • name: $.updatedKeys[*].name
  • id: $.updatedKeys[*].id
  • state: $.updatedKeys[*].state
  • type: $.updatedKeys[*].type
  • attributes: $.updatedKeys[*].attributes
  • attributes: $.updatedKeys[*].attributes[*]
  • dirty: $.updatedKeys[*].dirty
  • valid: $.updatedKeys[*].valid
  • temporary: $.updatedKeys[*].temporary
  • targetNumber: $.updatedKeys[*].targetNumber
  • guiState: $.updatedKeys[*].guiState
  • subscription: $.updatedKeys[*].subscription
  • firstAttribute: $.updatedKeys[*].firstAttribute
  • functionkey: $.updatedKeys[*].functionkey
  • position: $.updatedKeys[*].functionkey.position
  • name: $.updatedKeys[*].functionkey.name
  • id: $.updatedKeys[*].functionkey.id
  • attributes: $.updatedKeys[*].functionkey.attributes
  • attributes: $.updatedKeys[*].functionkey.attributes[*]
  • id: $.updatedKeys[*].functionkey.attributes[*].id
  • attribute: $.updatedKeys[*].functionkey.attributes[*].attribute
  • keyId: $.updatedKeys[*].functionkey.attributes[*].keyId
  • uuid: $.updatedKeys[*].functionkey.attributes[*].uuid
  • accountId: $.updatedKeys[*].functionkey.accountId
  • uuid: $.updatedKeys[*].functionkey.uuid
  • keytype: $.updatedKeys[*].functionkey.keytype
  • userState: $.updatedKeys[*].userState
  • accountId: $.updatedKeys[*].userState.accountId
  • redirectAlwaysActive: $.updatedKeys[*].userState.redirectAlwaysActive
  • chatPresenceMessage: $.updatedKeys[*].userState.chatPresenceMessage
  • doNotDisturbSetting: $.updatedKeys[*].userState.doNotDisturbSetting
  • chatPresence: $.updatedKeys[*].userState.chatPresence
  • telephonyState: $.updatedKeys[*].userState.telephonyState
  • avatarHash: $.updatedKeys[*].userState.avatarHash
  • accountId: $.updatedKeys[*].accountId
  • attributesAsInteger: $.updatedKeys[*].attributesAsInteger
  • attributesAsInteger: $.updatedKeys[*].attributesAsInteger[*]
  • firstAttributeAsInteger: $.updatedKeys[*].firstAttributeAsInteger
  • keyType: $.updatedKeys[*].keyType
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.core.component.image

AvatarChangedEvent

Beispiel: AvatarChangedEvent
{
"accountId": 2345,
"avatar": {
"imageData": [ 0 ],
"mimeType": "<string>",
"personid": 2345,
"sha1Hash": "<string>"
},
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • avatar: $.avatar
  • imageData: $.avatar.imageData
  • imageData: $.avatar.imageData[*]
  • sha1Hash: $.avatar.sha1Hash
  • personid: $.avatar.personid
  • mimeType: $.avatar.mimeType
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.core.component.reporting

NewReportEntryEvent

Beispiel: NewReportEntryEvent
{
"reportEntry": {
"attachments": [
{
"absolute": true,
"absoluteFile": "<absoluteFile>",
"absolutePath": "<string>",
"canonicalFile": "<canonicalFile>",
"canonicalPath": "<string>",
"directory": true,
"file": true,
"freeSpace": 0,
"hidden": true,
"name": "<string>",
"parent": "<string>",
"parentFile": "<parentFile>",
"path": "<string>",
"totalSpace": 0,
"usableSpace": 0
}
],
"category": "<string>",
"categoryEnum": "SECURITY",
"content": "<string>",
"id": 2345,
"position": 0,
"priority": "<string>",
"priorityEnum": "FATAL",
"reportTrackingUnits": [
{
"accountid": 2345,
"eventState": "CREATED",
"id": 2345,
"note": "<string>",
"reportid": 2345,
"state": "<string>",
"timestamp": "2026-01-14T12:34:56Z"
}
],
"subject": "<string>",
"timestamp": "2026-01-14T12:34:56Z"
}
}

Attribute (JsonPath)

  • reportEntry: $.reportEntry
  • position: $.reportEntry.position
  • priority: $.reportEntry.priority
  • id: $.reportEntry.id
  • content: $.reportEntry.content
  • timestamp: $.reportEntry.timestamp
  • reportTrackingUnits: $.reportEntry.reportTrackingUnits
  • reportTrackingUnits: $.reportEntry.reportTrackingUnits[*]
  • id: $.reportEntry.reportTrackingUnits[*].id
  • state: $.reportEntry.reportTrackingUnits[*].state
  • timestamp: $.reportEntry.reportTrackingUnits[*].timestamp
  • note: $.reportEntry.reportTrackingUnits[*].note
  • accountid: $.reportEntry.reportTrackingUnits[*].accountid
  • reportid: $.reportEntry.reportTrackingUnits[*].reportid
  • eventState: $.reportEntry.reportTrackingUnits[*].eventState
  • subject: $.reportEntry.subject
  • priorityEnum: $.reportEntry.priorityEnum
  • categoryEnum: $.reportEntry.categoryEnum
  • attachments: $.reportEntry.attachments
  • attachments: $.reportEntry.attachments[*]
  • name: $.reportEntry.attachments[*].name
  • hidden: $.reportEntry.attachments[*].hidden
  • absolute: $.reportEntry.attachments[*].absolute
  • parent: $.reportEntry.attachments[*].parent
  • path: $.reportEntry.attachments[*].path
  • absolutePath: $.reportEntry.attachments[*].absolutePath
  • directory: $.reportEntry.attachments[*].directory
  • canonicalPath: $.reportEntry.attachments[*].canonicalPath
  • absoluteFile: $.reportEntry.attachments[*].absoluteFile
  • canonicalFile: $.reportEntry.attachments[*].canonicalFile
  • parentFile: $.reportEntry.attachments[*].parentFile
  • file: $.reportEntry.attachments[*].file
  • totalSpace: $.reportEntry.attachments[*].totalSpace
  • freeSpace: $.reportEntry.attachments[*].freeSpace
  • usableSpace: $.reportEntry.attachments[*].usableSpace
  • category: $.reportEntry.category

ReportEvent

Beispiel: ReportEvent
{
"report": {
"attachments": [
{
"absolute": true,
"absoluteFile": "<absoluteFile>",
"absolutePath": "<string>",
"canonicalFile": "<canonicalFile>",
"canonicalPath": "<string>",
"directory": true,
"file": true,
"freeSpace": 0,
"hidden": true,
"name": "<string>",
"parent": "<string>",
"parentFile": "<parentFile>",
"path": "<string>",
"totalSpace": 0,
"usableSpace": 0
}
],
"category": "<string>",
"categoryEnum": "SECURITY",
"content": "<string>",
"id": 2345,
"position": 0,
"priority": "<string>",
"priorityEnum": "FATAL",
"reportTrackingUnits": [
{
"accountid": 2345,
"eventState": "CREATED",
"id": 2345,
"note": "<string>",
"reportid": 2345,
"state": "<string>",
"timestamp": "2026-01-14T12:34:56Z"
}
],
"subject": "<string>",
"timestamp": "2026-01-14T12:34:56Z"
}
}

Attribute (JsonPath)

  • report: $.report
  • position: $.report.position
  • priority: $.report.priority
  • id: $.report.id
  • content: $.report.content
  • timestamp: $.report.timestamp
  • reportTrackingUnits: $.report.reportTrackingUnits
  • reportTrackingUnits: $.report.reportTrackingUnits[*]
  • id: $.report.reportTrackingUnits[*].id
  • state: $.report.reportTrackingUnits[*].state
  • timestamp: $.report.reportTrackingUnits[*].timestamp
  • note: $.report.reportTrackingUnits[*].note
  • accountid: $.report.reportTrackingUnits[*].accountid
  • reportid: $.report.reportTrackingUnits[*].reportid
  • eventState: $.report.reportTrackingUnits[*].eventState
  • subject: $.report.subject
  • priorityEnum: $.report.priorityEnum
  • categoryEnum: $.report.categoryEnum
  • attachments: $.report.attachments
  • attachments: $.report.attachments[*]
  • name: $.report.attachments[*].name
  • hidden: $.report.attachments[*].hidden
  • absolute: $.report.attachments[*].absolute
  • parent: $.report.attachments[*].parent
  • path: $.report.attachments[*].path
  • absolutePath: $.report.attachments[*].absolutePath
  • directory: $.report.attachments[*].directory
  • canonicalPath: $.report.attachments[*].canonicalPath
  • absoluteFile: $.report.attachments[*].absoluteFile
  • canonicalFile: $.report.attachments[*].canonicalFile
  • parentFile: $.report.attachments[*].parentFile
  • file: $.report.attachments[*].file
  • totalSpace: $.report.attachments[*].totalSpace
  • freeSpace: $.report.attachments[*].freeSpace
  • usableSpace: $.report.attachments[*].usableSpace
  • category: $.report.category

de.starface.core.component.security

BlacklistEvent

Beispiel: BlacklistEvent
{
"action": "ADDED",
"bean": {
"IPString": "<string>",
"creationTimestamp": "2026-01-14T12:34:56Z",
"expirationTimestamp": "2026-01-14T12:34:56Z",
"id": 2345,
"manual": true,
"neverExpired": true,
"reason": "<string>",
"scope": "WebInterface"
}
}

Attribute (JsonPath)

  • bean: $.bean
  • reason: $.bean.reason
  • id: $.bean.id
  • scope: $.bean.scope
  • creationTimestamp: $.bean.creationTimestamp
  • manual: $.bean.manual
  • expirationTimestamp: $.bean.expirationTimestamp
  • IPString: $.bean.IPString
  • neverExpired: $.bean.neverExpired
  • action: $.action

WhitelistEvent

Beispiel: WhitelistEvent
{
"action": "ADDED",
"bean": {
"IPString": "<string>",
"creationTimestamp": "2026-01-14T12:34:56Z",
"expirationTimestamp": "2026-01-14T12:34:56Z",
"id": 2345,
"manual": true,
"neverExpired": true,
"reason": "<string>",
"scope": "WebInterface"
}
}

Attribute (JsonPath)

  • bean: $.bean
  • reason: $.bean.reason
  • id: $.bean.id
  • scope: $.bean.scope
  • creationTimestamp: $.bean.creationTimestamp
  • manual: $.bean.manual
  • expirationTimestamp: $.bean.expirationTimestamp
  • IPString: $.bean.IPString
  • neverExpired: $.bean.neverExpired
  • action: $.action

de.starface.core.component.security.authentication

AuthenticationEvent

Beispiel: AuthenticationEvent
{
"blockForever": true,
"blockImmediately": true,
"granted": true,
"ip": "<string>",
"scope": "WebInterface",
"userName": "<string>"
}

Attribute (JsonPath)

  • scope: $.scope
  • blockImmediately: $.blockImmediately
  • blockForever: $.blockForever
  • userName: $.userName
  • granted: $.granted
  • ip: $.ip

de.starface.core.component.security.phonelogin

PhoneLoginEvent

Beispiel: PhoneLoginEvent
{ }

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

de.starface.events

AccountRelatedEvent

Beispiel: AccountRelatedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ChainedEvent

Beispiel: ChainedEvent
{
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • cause: $.cause
  • rootCause: $.rootCause

ETCLocationDeleteEvent

Beispiel: ETCLocationDeleteEvent
{
"locationId": 2345
}

Attribute (JsonPath)

  • locationId: $.locationId

HttpSessionCreatedEvent

Beispiel: HttpSessionCreatedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

HttpSessionDestroyedEvent

Beispiel: HttpSessionDestroyedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"sessionId": "2345"
}

Attribute (JsonPath)

  • sessionId: $.sessionId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.integration.callevents

CallStateEvent

Beispiel: CallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ConnectedCallStateEvent

Beispiel: ConnectedCallStateEvent
{
"accountId": 2345,
"caller": true,
"cause": { },
"channel": "<string>",
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • caller: $.caller
  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

GroupCallStateEvent

Beispiel: GroupCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"groupId": 2345,
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupId: $.groupId
  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

HangupCallStateEvent

Beispiel: HangupCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

IncomingCallStateEvent

Beispiel: IncomingCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"groupId": 2345,
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupId: $.groupId
  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NumbersNamesCallStateEvent

Beispiel: NumbersNamesCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ProceedingCallStateEvent

Beispiel: ProceedingCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

RingbackCallStateEvent

Beispiel: RingbackCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

RingingCallStateEvent

Beispiel: RingingCallStateEvent
{
"accountId": 2345,
"cause": { },
"channel": "<string>",
"groupId": 2345,
"name": "<string>",
"number": "<string>",
"otherChannel": "<string>",
"otherName": "<string>",
"otherNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupId: $.groupId
  • name: $.name
  • number: $.number
  • otherNumber: $.otherNumber
  • otherName: $.otherName
  • otherChannel: $.otherChannel
  • channel: $.channel
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.integration.callinfo

NewCallInfoEvent

Beispiel: NewCallInfoEvent
{
"callInfo": {
"callee": {
"accountId": 2345,
"addressId": "2345",
"callInfo": "<callInfo>",
"company": "<string>",
"crmAccountId": "2345",
"crmAddressId": "2345",
"dispatch": "REDIRECT",
"id": 2345,
"monitors": [
{
"baseName": "<string>",
"date": "Wed Jan 14 12:34:56 GMT+01:00 2026",
"filename": "<string>",
"id": 2345
}
],
"name": "<string>",
"origin": "REDIRECT",
"phoneNumber": "<string>",
"phoneNumberId": 2345,
"type": "USER"
},
"caller": {
"accountId": 2345,
"addressId": "2345",
"callInfo": "<callInfo>",
"company": "<string>",
"crmAccountId": "2345",
"crmAddressId": "2345",
"dispatch": "REDIRECT",
"id": 2345,
"monitors": [
{
"baseName": "<string>",
"date": "Wed Jan 14 12:34:56 GMT+01:00 2026",
"filename": "<string>",
"id": 2345
}
],
"name": "<string>",
"origin": "REDIRECT",
"phoneNumber": "<string>",
"phoneNumberId": 2345,
"type": "USER"
},
"conferenceCall": true,
"dialedNumber": "12345",
"durationSeconds": 42,
"endTime": "2026-01-14T12:34:56Z",
"fax": {
"date": "Wed Jan 14 12:34:56 GMT+01:00 2026",
"filename": "<string>",
"folder": 0,
"id": 2345,
"pages": 0
},
"faxId": 2345,
"faxUrl": "<string>",
"id": 2345,
"intermediaries": [
{
"accountId": 2345,
"addressId": "2345",
"callInfo": "<callInfo>",
"company": "<string>",
"crmAccountId": "2345",
"crmAddressId": "2345",
"dispatch": "REDIRECT",
"id": 2345,
"monitors": [
{
"baseName": "<string>",
"date": "Wed Jan 14 12:34:56 GMT+01:00 2026",
"filename": "<string>",
"id": 2345
}
],
"name": "<string>",
"origin": "REDIRECT",
"phoneNumber": "<string>",
"phoneNumberId": 2345,
"type": "USER"
}
],
"resolution": "ANSWERED",
"ringTime": "2026-01-14T12:34:56Z",
"startTime": "2026-01-14T12:34:56Z",
"voiceMailId": 2345,
"voiceMailUrl": "max.mustermann@example.com"
}
}

Attribute (JsonPath)

  • callInfo: $.callInfo
  • id: $.callInfo.id
  • resolution: $.callInfo.resolution
  • startTime: $.callInfo.startTime
  • caller: $.callInfo.caller
  • name: $.callInfo.caller.name
  • id: $.callInfo.caller.id
  • type: $.callInfo.caller.type
  • monitors: $.callInfo.caller.monitors
  • monitors: $.callInfo.caller.monitors[*]
  • id: $.callInfo.caller.monitors[*].id
  • date: $.callInfo.caller.monitors[*].date
  • filename: $.callInfo.caller.monitors[*].filename
  • baseName: $.callInfo.caller.monitors[*].baseName
  • phoneNumber: $.callInfo.caller.phoneNumber
  • accountId: $.callInfo.caller.accountId
  • origin: $.callInfo.caller.origin
  • company: $.callInfo.caller.company
  • addressId: $.callInfo.caller.addressId
  • crmAccountId: $.callInfo.caller.crmAccountId
  • dispatch: $.callInfo.caller.dispatch
  • callInfo: $.callInfo.caller.callInfo
  • crmAddressId: $.callInfo.caller.crmAddressId
  • phoneNumberId: $.callInfo.caller.phoneNumberId
  • endTime: $.callInfo.endTime
  • faxUrl: $.callInfo.faxUrl
  • faxId: $.callInfo.faxId
  • callee: $.callInfo.callee
  • name: $.callInfo.callee.name
  • id: $.callInfo.callee.id
  • type: $.callInfo.callee.type
  • monitors: $.callInfo.callee.monitors
  • monitors: $.callInfo.callee.monitors[*]
  • id: $.callInfo.callee.monitors[*].id
  • date: $.callInfo.callee.monitors[*].date
  • filename: $.callInfo.callee.monitors[*].filename
  • baseName: $.callInfo.callee.monitors[*].baseName
  • phoneNumber: $.callInfo.callee.phoneNumber
  • accountId: $.callInfo.callee.accountId
  • origin: $.callInfo.callee.origin
  • company: $.callInfo.callee.company
  • addressId: $.callInfo.callee.addressId
  • crmAccountId: $.callInfo.callee.crmAccountId
  • dispatch: $.callInfo.callee.dispatch
  • callInfo: $.callInfo.callee.callInfo
  • crmAddressId: $.callInfo.callee.crmAddressId
  • phoneNumberId: $.callInfo.callee.phoneNumberId
  • fax: $.callInfo.fax
  • id: $.callInfo.fax.id
  • date: $.callInfo.fax.date
  • filename: $.callInfo.fax.filename
  • pages: $.callInfo.fax.pages
  • folder: $.callInfo.fax.folder
  • ringTime: $.callInfo.ringTime
  • durationSeconds: $.callInfo.durationSeconds
  • conferenceCall: $.callInfo.conferenceCall
  • intermediaries: $.callInfo.intermediaries
  • intermediaries: $.callInfo.intermediaries[*]
  • name: $.callInfo.intermediaries[*].name
  • id: $.callInfo.intermediaries[*].id
  • type: $.callInfo.intermediaries[*].type
  • monitors: $.callInfo.intermediaries[*].monitors
  • monitors: $.callInfo.intermediaries[*].monitors[*]
  • id: $.callInfo.intermediaries[*].monitors[*].id
  • date: $.callInfo.intermediaries[*].monitors[*].date
  • filename: $.callInfo.intermediaries[*].monitors[*].filename
  • baseName: $.callInfo.intermediaries[*].monitors[*].baseName
  • phoneNumber: $.callInfo.intermediaries[*].phoneNumber
  • accountId: $.callInfo.intermediaries[*].accountId
  • origin: $.callInfo.intermediaries[*].origin
  • company: $.callInfo.intermediaries[*].company
  • addressId: $.callInfo.intermediaries[*].addressId
  • crmAccountId: $.callInfo.intermediaries[*].crmAccountId
  • dispatch: $.callInfo.intermediaries[*].dispatch
  • callInfo: $.callInfo.intermediaries[*].callInfo
  • crmAddressId: $.callInfo.intermediaries[*].crmAddressId
  • phoneNumberId: $.callInfo.intermediaries[*].phoneNumberId
  • voiceMailId: $.callInfo.voiceMailId
  • voiceMailUrl: $.callInfo.voiceMailUrl
  • dialedNumber: $.callInfo.dialedNumber

NewMonitorListEntryEvent

Beispiel: NewMonitorListEntryEvent
{
"accountId": 2345,
"monitorListEntry": {
"callbacknumber": "<string>",
"calledcallerid": "2345",
"callercallerid": "2345",
"cdrId": "2345",
"duration": 42,
"file": "<string>",
"id": "2345",
"monitortimeend": "2026-01-14T12:34:56Z",
"monitortimestart": "2026-01-14T12:34:56Z"
}
}

Attribute (JsonPath)

  • accountId: $.accountId
  • monitorListEntry: $.monitorListEntry
  • id: $.monitorListEntry.id
  • file: $.monitorListEntry.file
  • duration: $.monitorListEntry.duration
  • monitortimestart: $.monitorListEntry.monitortimestart
  • cdrId: $.monitorListEntry.cdrId
  • callercallerid: $.monitorListEntry.callercallerid
  • callbacknumber: $.monitorListEntry.callbacknumber
  • calledcallerid: $.monitorListEntry.calledcallerid
  • monitortimeend: $.monitorListEntry.monitortimeend

NewVoicemailEvent

Beispiel: NewVoicemailEvent
{
"accountId": 2345,
"voiceMail": {
"callerAccountId": 2345,
"cdrId": 2345,
"clidName": "<string>",
"clidNumber": "<string>",
"dialedNumber": "12345",
"duration": 42,
"filepath": "<string>",
"groupAccountId": 2345,
"id": 2345,
"mailboxId": 2345,
"mailboxname": "<string>",
"origdate": "Wed Jan 14 12:34:56 GMT+01:00 2026",
"origtime": 1768465815858
}
}

Attribute (JsonPath)

  • accountId: $.accountId
  • voiceMail: $.voiceMail
  • id: $.voiceMail.id
  • duration: $.voiceMail.duration
  • mailboxId: $.voiceMail.mailboxId
  • cdrId: $.voiceMail.cdrId
  • callerAccountId: $.voiceMail.callerAccountId
  • dialedNumber: $.voiceMail.dialedNumber
  • mailboxname: $.voiceMail.mailboxname
  • clidName: $.voiceMail.clidName
  • origtime: $.voiceMail.origtime
  • filepath: $.voiceMail.filepath
  • origdate: $.voiceMail.origdate
  • clidNumber: $.voiceMail.clidNumber
  • groupAccountId: $.voiceMail.groupAccountId

de.starface.integration.faxevents

NewOutgoingFaxStateEvent

Beispiel: NewOutgoingFaxStateEvent
{
"accountId": 2345,
"faxId": 2345,
"newState": "WAITING",
"overwriteConfirmationSettings": true,
"sentPages": 0,
"targetNumber": "67",
"totalPages": 0
}

Attribute (JsonPath)

  • targetNumber: $.targetNumber
  • sentPages: $.sentPages
  • totalPages: $.totalPages
  • accountId: $.accountId
  • faxId: $.faxId
  • newState: $.newState
  • overwriteConfirmationSettings: $.overwriteConfirmationSettings

de.starface.integration.openfire

AvatarRetrievedEvent

Beispiel: AvatarRetrievedEvent
{
"accountId": 2345,
"cause": { },
"hash": "<string>",
"image": [ 0 ],
"mimeType": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • image: $.image
  • image: $.image[*]
  • hash: $.hash
  • mimeType: $.mimeType
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PresenceChangedEvent

Beispiel: PresenceChangedEvent
{
"accountId": 2345,
"avatarSha1Hash": "<string>",
"cause": { },
"from": {
"internal": true,
"priority": 0
},
"overrideMessageWhenUnavailable": true,
"presence": "UNAVAILABLE",
"presenceMessage": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • from: $.from
  • priority: $.from.priority
  • internal: $.from.internal
  • overrideMessageWhenUnavailable: $.overrideMessageWhenUnavailable
  • presenceMessage: $.presenceMessage
  • presence: $.presence
  • avatarSha1Hash: $.avatarSha1Hash
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.integration.uci.bo.events

AcceptCallElsewhereEvent

Beispiel: AcceptCallElsewhereEvent
{
"accountId": 2345,
"callId": "2345",
"cause": { },
"context": "<string>",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • context: $.context
  • callId: $.callId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

AcceptCallOnPhoneEvent

Beispiel: AcceptCallOnPhoneEvent
{
"accountId": 2345,
"callId": "2345",
"cause": { },
"context": "<string>",
"phoneId": "2345",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • context: $.context
  • callId: $.callId
  • phoneId: $.phoneId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

CallChangesIdEvent

Beispiel: CallChangesIdEvent
{
"accountId": 2345,
"callIdChanges": {
"newId": "2345",
"oldId": "2345"
},
"callToHangupOldUCI": {
"accountId": "2345",
"avatarHash": "<string>",
"callData": { "*": "<string>" },
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"channelNames": [ "<string>" ],
"conferenceAdmin": true,
"conferenceRoomId": "2345",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationCall": true,
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"duration": 42,
"forwardType": "NONE",
"forwarderCallerIdName": "<string>",
"forwarderCallerIdNumber": "<string>",
"groupCall": true,
"groupId": "2345",
"id": "2345",
"internalCall": true,
"jabberId": "2345",
"peerNames": [ "<string>" ],
"recordOwner": true,
"recorded": true,
"recorder": true,
"referenceOfConsultation": "<string>",
"sipCallIds": [ "<string>" ],
"state": "INCOMING",
"timestamp": "2026-01-14T12:34:56Z"
},
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • callToHangupOldUCI: $.callToHangupOldUCI
  • id: $.callToHangupOldUCI.id
  • state: $.callToHangupOldUCI.state
  • duration: $.callToHangupOldUCI.duration
  • timestamp: $.callToHangupOldUCI.timestamp
  • calledName: $.callToHangupOldUCI.calledName
  • conferenceAdmin: $.callToHangupOldUCI.conferenceAdmin
  • consultationCall: $.callToHangupOldUCI.consultationCall
  • callerNumber: $.callToHangupOldUCI.callerNumber
  • calledNumber: $.callToHangupOldUCI.calledNumber
  • accountId: $.callToHangupOldUCI.accountId
  • conferenceRoomId: $.callToHangupOldUCI.conferenceRoomId
  • forwarderCallerIdNumber: $.callToHangupOldUCI.forwarderCallerIdNumber
  • referenceOfConsultation: $.callToHangupOldUCI.referenceOfConsultation
  • forwarderCallerIdName: $.callToHangupOldUCI.forwarderCallerIdName
  • caller: $.callToHangupOldUCI.caller
  • jabberId: $.callToHangupOldUCI.jabberId
  • doorlineCamUrl: $.callToHangupOldUCI.doorlineCamUrl
  • recorder: $.callToHangupOldUCI.recorder
  • recorded: $.callToHangupOldUCI.recorded
  • doorlineImageProviderId: $.callToHangupOldUCI.doorlineImageProviderId
  • doorlineDtmfCode: $.callToHangupOldUCI.doorlineDtmfCode
  • groupId: $.callToHangupOldUCI.groupId
  • connectedTimestamp: $.callToHangupOldUCI.connectedTimestamp
  • groupCall: $.callToHangupOldUCI.groupCall
  • callData: $.callToHangupOldUCI.callData
  • callData: $.callToHangupOldUCI.callData.*
  • recordOwner: $.callToHangupOldUCI.recordOwner
  • peerNames: $.callToHangupOldUCI.peerNames
  • peerNames: $.callToHangupOldUCI.peerNames[*]
  • forwardType: $.callToHangupOldUCI.forwardType
  • sipCallIds: $.callToHangupOldUCI.sipCallIds
  • sipCallIds: $.callToHangupOldUCI.sipCallIds[*]
  • internalCall: $.callToHangupOldUCI.internalCall
  • channelNames: $.callToHangupOldUCI.channelNames
  • channelNames: $.callToHangupOldUCI.channelNames[*]
  • callerName: $.callToHangupOldUCI.callerName
  • avatarHash: $.callToHangupOldUCI.avatarHash
  • callIdChanges: $.callIdChanges
  • newId: $.callIdChanges.newId
  • oldId: $.callIdChanges.oldId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

FmcPhonesChangedEvent

Beispiel: FmcPhonesChangedEvent
{
"accountId": 2345,
"cause": { },
"phones": {
"active": true,
"confirm": true,
"delay": 0,
"fmcId": 2345,
"number": "<string>",
"schedules": [
{
"friday": true,
"monday": true,
"saturday": true,
"sunday": true,
"thursday": true,
"timeBegin": "<string>",
"timeEnd": "<string>",
"tuesday": true,
"wednesday": true
}
],
"telephoneId": 2345
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • phones: $.phones
  • active: $.phones.active
  • number: $.phones.number
  • telephoneId: $.phones.telephoneId
  • schedules: $.phones.schedules
  • schedules: $.phones.schedules[*]
  • timeBegin: $.phones.schedules[*].timeBegin
  • wednesday: $.phones.schedules[*].wednesday
  • tuesday: $.phones.schedules[*].tuesday
  • sunday: $.phones.schedules[*].sunday
  • saturday: $.phones.schedules[*].saturday
  • timeEnd: $.phones.schedules[*].timeEnd
  • thursday: $.phones.schedules[*].thursday
  • friday: $.phones.schedules[*].friday
  • monday: $.phones.schedules[*].monday
  • delay: $.phones.delay
  • confirm: $.phones.confirm
  • fmcId: $.phones.fmcId
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewCallStateEvent

Beispiel: NewCallStateEvent
{
"accountId": 2345,
"call": {
"accountId": "2345",
"avatarHash": "<string>",
"callData": { "*": "<string>" },
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"channelNames": [ "<string>" ],
"conferenceAdmin": true,
"conferenceRoomId": "2345",
"connectedTimestamp": "2026-01-14T12:34:56Z",
"consultationCall": true,
"doorlineCamUrl": "<string>",
"doorlineDtmfCode": "<string>",
"doorlineImageProviderId": 2345,
"duration": 42,
"forwardType": "NONE",
"forwarderCallerIdName": "<string>",
"forwarderCallerIdNumber": "<string>",
"groupCall": true,
"groupId": "2345",
"id": "2345",
"internalCall": true,
"jabberId": "2345",
"peerNames": [ "<string>" ],
"recordOwner": true,
"recorded": true,
"recorder": true,
"referenceOfConsultation": "<string>",
"sipCallIds": [ "<string>" ],
"state": "INCOMING",
"timestamp": "2026-01-14T12:34:56Z"
},
"cause": { },
"firstDialedExtension": "<string>",
"forwarderNumber": "<string>",
"requesterAccountId": 2345,
"rootCause": { },
"uciCallUuids": [ "<string>" ]
}

Attribute (JsonPath)

  • call: $.call
  • id: $.call.id
  • state: $.call.state
  • duration: $.call.duration
  • timestamp: $.call.timestamp
  • calledName: $.call.calledName
  • conferenceAdmin: $.call.conferenceAdmin
  • consultationCall: $.call.consultationCall
  • callerNumber: $.call.callerNumber
  • calledNumber: $.call.calledNumber
  • accountId: $.call.accountId
  • conferenceRoomId: $.call.conferenceRoomId
  • forwarderCallerIdNumber: $.call.forwarderCallerIdNumber
  • referenceOfConsultation: $.call.referenceOfConsultation
  • forwarderCallerIdName: $.call.forwarderCallerIdName
  • caller: $.call.caller
  • jabberId: $.call.jabberId
  • doorlineCamUrl: $.call.doorlineCamUrl
  • recorder: $.call.recorder
  • recorded: $.call.recorded
  • doorlineImageProviderId: $.call.doorlineImageProviderId
  • doorlineDtmfCode: $.call.doorlineDtmfCode
  • groupId: $.call.groupId
  • connectedTimestamp: $.call.connectedTimestamp
  • groupCall: $.call.groupCall
  • callData: $.call.callData
  • callData: $.call.callData.*
  • recordOwner: $.call.recordOwner
  • peerNames: $.call.peerNames
  • peerNames: $.call.peerNames[*]
  • forwardType: $.call.forwardType
  • sipCallIds: $.call.sipCallIds
  • sipCallIds: $.call.sipCallIds[*]
  • internalCall: $.call.internalCall
  • channelNames: $.call.channelNames
  • channelNames: $.call.channelNames[*]
  • callerName: $.call.callerName
  • avatarHash: $.call.avatarHash
  • firstDialedExtension: $.firstDialedExtension
  • uciCallUuids: $.uciCallUuids
  • uciCallUuids: $.uciCallUuids[*]
  • forwarderNumber: $.forwarderNumber
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewCcbsCallStateEvent

Beispiel: NewCcbsCallStateEvent
{
"accountId": 2345,
"call": {
"calledName": "<string>",
"calledNumber": "67",
"caller": true,
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"ccbsCallState": "AVAILABLE",
"channelNames": [ "<string>" ],
"duration": 42,
"groupCall": true,
"groupId": "2345",
"id": "2345",
"peerNames": [ "<string>" ],
"timestamp": "2026-01-14T12:34:56Z"
},
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • call: $.call
  • id: $.call.id
  • duration: $.call.duration
  • timestamp: $.call.timestamp
  • calledName: $.call.calledName
  • callerNumber: $.call.callerNumber
  • calledNumber: $.call.calledNumber
  • caller: $.call.caller
  • groupId: $.call.groupId
  • groupCall: $.call.groupCall
  • peerNames: $.call.peerNames
  • peerNames: $.call.peerNames[*]
  • ccbsCallState: $.call.ccbsCallState
  • channelNames: $.call.channelNames
  • channelNames: $.call.channelNames[*]
  • callerName: $.call.callerName
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewCcbsStateChangedEvent

Beispiel: NewCcbsStateChangedEvent
{
"accountId": 2345,
"cause": { },
"ccbsAccountState": "AVAILABLE",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • ccbsAccountState: $.ccbsAccountState
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewCdrDataInfoEvent

Beispiel: NewCdrDataInfoEvent
{
"accountId": 2345,
"calledName": "<string>",
"callerName": "Max Mustermann",
"callerNumber": "+49712345678",
"cause": { },
"cdrDataInfo": {
"answered": true,
"answeredBy": "<string>",
"answeredElsewhere": "<string>",
"callLegUUID": "2345",
"callResultCausedBy": 0,
"callResultTime": 1768465815866,
"callStepId": 2345,
"callbackNumber": "<string>",
"calledAccountId": 2345,
"calledBack": true,
"calledBackAuthor": "<string>",
"calledBackModified": 0,
"calledCallerId": "2345",
"callerAccountId": 2345,
"callerCallerId": "2345",
"cdrAccountId": 2345,
"cdrCallResult": "<string>",
"comment": "<string>",
"commentAuthor": "<string>",
"commentModified": 0,
"deleted": true,
"faxAvailable": true,
"id": 2345,
"incoming": true,
"lineId": 2345,
"lineName": "<string>",
"linkTime": 1768465815866,
"monitorAvailable": true,
"privateCall": true,
"ringingTime": 1768465815866,
"serviceId": 2345,
"startTime": 1768465815866,
"voicemailAvailable": true
},
"dialedNumber": "12345",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • calledName: $.calledName
  • callerNumber: $.callerNumber
  • dialedNumber: $.dialedNumber
  • cdrDataInfo: $.cdrDataInfo
  • id: $.cdrDataInfo.id
  • comment: $.cdrDataInfo.comment
  • lineName: $.cdrDataInfo.lineName
  • serviceId: $.cdrDataInfo.serviceId
  • privateCall: $.cdrDataInfo.privateCall
  • commentModified: $.cdrDataInfo.commentModified
  • commentAuthor: $.cdrDataInfo.commentAuthor
  • startTime: $.cdrDataInfo.startTime
  • answeredBy: $.cdrDataInfo.answeredBy
  • cdrAccountId: $.cdrDataInfo.cdrAccountId
  • ringingTime: $.cdrDataInfo.ringingTime
  • faxAvailable: $.cdrDataInfo.faxAvailable
  • callLegUUID: $.cdrDataInfo.callLegUUID
  • cdrCallResult: $.cdrDataInfo.cdrCallResult
  • monitorAvailable: $.cdrDataInfo.monitorAvailable
  • calledBack: $.cdrDataInfo.calledBack
  • callerCallerId: $.cdrDataInfo.callerCallerId
  • callStepId: $.cdrDataInfo.callStepId
  • calledAccountId: $.cdrDataInfo.calledAccountId
  • callbackNumber: $.cdrDataInfo.callbackNumber
  • calledCallerId: $.cdrDataInfo.calledCallerId
  • linkTime: $.cdrDataInfo.linkTime
  • callResultTime: $.cdrDataInfo.callResultTime
  • lineId: $.cdrDataInfo.lineId
  • callerAccountId: $.cdrDataInfo.callerAccountId
  • voicemailAvailable: $.cdrDataInfo.voicemailAvailable
  • answeredElsewhere: $.cdrDataInfo.answeredElsewhere
  • callResultCausedBy: $.cdrDataInfo.callResultCausedBy
  • calledBackModified: $.cdrDataInfo.calledBackModified
  • calledBackAuthor: $.cdrDataInfo.calledBackAuthor
  • incoming: $.cdrDataInfo.incoming
  • deleted: $.cdrDataInfo.deleted
  • answered: $.cdrDataInfo.answered
  • callerName: $.callerName
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewConferenceCallStateEvent

Beispiel: NewConferenceCallStateEvent
{
"accountId": 2345,
"cause": { },
"conferenceCall": {
"accountId": "2345",
"admin": true,
"avatarHash": "<string>",
"duration": 42,
"enteredTimestamp": "2026-01-14T12:34:56Z",
"id": "2345",
"jabberId": "2345",
"listening": true,
"muted": true,
"name": "<string>",
"number": "<string>",
"roomId": "2345",
"state": "INCOMING",
"talking": true,
"wantToSpeak": 0
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • conferenceCall: $.conferenceCall
  • name: $.conferenceCall.name
  • id: $.conferenceCall.id
  • state: $.conferenceCall.state
  • number: $.conferenceCall.number
  • duration: $.conferenceCall.duration
  • accountId: $.conferenceCall.accountId
  • listening: $.conferenceCall.listening
  • wantToSpeak: $.conferenceCall.wantToSpeak
  • jabberId: $.conferenceCall.jabberId
  • enteredTimestamp: $.conferenceCall.enteredTimestamp
  • muted: $.conferenceCall.muted
  • talking: $.conferenceCall.talking
  • admin: $.conferenceCall.admin
  • roomId: $.conferenceCall.roomId
  • avatarHash: $.conferenceCall.avatarHash
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewMessageWaitingIndicationEvent

Beispiel: NewMessageWaitingIndicationEvent
{
"accountId": 2345,
"cause": { },
"messageWaitingIndicationInfo": {
"messageWatingIndication": "<string>",
"newMessagesCount": "<string>",
"voiceMailBoxId": "2345",
"voiceMailBoxName": "max.mustermann@example.com"
},
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • messageWaitingIndicationInfo: $.messageWaitingIndicationInfo
  • voiceMailBoxId: $.messageWaitingIndicationInfo.voiceMailBoxId
  • voiceMailBoxName: $.messageWaitingIndicationInfo.voiceMailBoxName
  • messageWatingIndication: $.messageWaitingIndicationInfo.messageWatingIndication
  • newMessagesCount: $.messageWaitingIndicationInfo.newMessagesCount
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ReloadCallCacheForAccountEvent

Beispiel: ReloadCallCacheForAccountEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ReloadCcbsCallCacheForAccountEvent

Beispiel: ReloadCcbsCallCacheForAccountEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ReloadConferenceCallCacheForAccountEvent

Beispiel: ReloadConferenceCallCacheForAccountEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

UpdatedCdrDataInfoEvent

Beispiel: UpdatedCdrDataInfoEvent
{
"accountId": 2345,
"cause": { },
"cdrDataInfo": {
"answered": true,
"answeredBy": "<string>",
"answeredElsewhere": "<string>",
"callLegUUID": "2345",
"callResultCausedBy": 0,
"callResultTime": 1768465815870,
"callStepId": 2345,
"callbackNumber": "<string>",
"calledAccountId": 2345,
"calledBack": true,
"calledBackAuthor": "<string>",
"calledBackModified": 0,
"calledCallerId": "2345",
"callerAccountId": 2345,
"callerCallerId": "2345",
"cdrAccountId": 2345,
"cdrCallResult": "<string>",
"comment": "<string>",
"commentAuthor": "<string>",
"commentModified": 0,
"deleted": true,
"faxAvailable": true,
"id": 2345,
"incoming": true,
"lineId": 2345,
"lineName": "<string>",
"linkTime": 1768465815870,
"monitorAvailable": true,
"privateCall": true,
"ringingTime": 1768465815870,
"serviceId": 2345,
"startTime": 1768465815870,
"voicemailAvailable": true
},
"cdrUpdateType": "UNKNOWN",
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • cdrUpdateType: $.cdrUpdateType
  • cdrDataInfo: $.cdrDataInfo
  • id: $.cdrDataInfo.id
  • comment: $.cdrDataInfo.comment
  • lineName: $.cdrDataInfo.lineName
  • serviceId: $.cdrDataInfo.serviceId
  • privateCall: $.cdrDataInfo.privateCall
  • commentModified: $.cdrDataInfo.commentModified
  • commentAuthor: $.cdrDataInfo.commentAuthor
  • startTime: $.cdrDataInfo.startTime
  • answeredBy: $.cdrDataInfo.answeredBy
  • cdrAccountId: $.cdrDataInfo.cdrAccountId
  • ringingTime: $.cdrDataInfo.ringingTime
  • faxAvailable: $.cdrDataInfo.faxAvailable
  • callLegUUID: $.cdrDataInfo.callLegUUID
  • cdrCallResult: $.cdrDataInfo.cdrCallResult
  • monitorAvailable: $.cdrDataInfo.monitorAvailable
  • calledBack: $.cdrDataInfo.calledBack
  • callerCallerId: $.cdrDataInfo.callerCallerId
  • callStepId: $.cdrDataInfo.callStepId
  • calledAccountId: $.cdrDataInfo.calledAccountId
  • callbackNumber: $.cdrDataInfo.callbackNumber
  • calledCallerId: $.cdrDataInfo.calledCallerId
  • linkTime: $.cdrDataInfo.linkTime
  • callResultTime: $.cdrDataInfo.callResultTime
  • lineId: $.cdrDataInfo.lineId
  • callerAccountId: $.cdrDataInfo.callerAccountId
  • voicemailAvailable: $.cdrDataInfo.voicemailAvailable
  • answeredElsewhere: $.cdrDataInfo.answeredElsewhere
  • callResultCausedBy: $.cdrDataInfo.callResultCausedBy
  • calledBackModified: $.cdrDataInfo.calledBackModified
  • calledBackAuthor: $.cdrDataInfo.calledBackAuthor
  • incoming: $.cdrDataInfo.incoming
  • deleted: $.cdrDataInfo.deleted
  • answered: $.cdrDataInfo.answered
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

de.starface.integration.uci.ucp.registry.events

UciClientEvent

Beispiel: UciClientEvent
{
"authToken": {
"accountId": 2345,
"transportToken": {
"identifierString": "<string>"
}
}
}

Attribute (JsonPath)

  • authToken: $.authToken
  • accountId: $.authToken.accountId
  • transportToken: $.authToken.transportToken
  • identifierString: $.authToken.transportToken.identifierString

UciClientRegisteredEvent

Beispiel: UciClientRegisteredEvent
{
"authToken": {
"accountId": 2345,
"transportToken": {
"identifierString": "<string>"
}
}
}

Attribute (JsonPath)

  • authToken: $.authToken
  • accountId: $.authToken.accountId
  • transportToken: $.authToken.transportToken
  • identifierString: $.authToken.transportToken.identifierString

UciClientResetEvent

Beispiel: UciClientResetEvent
{
"authToken": {
"accountId": 2345,
"transportToken": {
"identifierString": "<string>"
}
}
}

Attribute (JsonPath)

  • authToken: $.authToken
  • accountId: $.authToken.accountId
  • transportToken: $.authToken.transportToken
  • identifierString: $.authToken.transportToken.identifierString

UciClientUnregisteredEvent

Beispiel: UciClientUnregisteredEvent
{
"authToken": {
"accountId": 2345,
"transportToken": {
"identifierString": "<string>"
}
}
}

Attribute (JsonPath)

  • authToken: $.authToken
  • accountId: $.authToken.accountId
  • transportToken: $.authToken.transportToken
  • identifierString: $.authToken.transportToken.identifierString

de.starface.license.manager

LicenseUpdatedEvent

Beispiel: LicenseUpdatedEvent
"<$>"

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

de.vertico.starface.federation.account

FederationAccountStateEvent

Beispiel: FederationAccountStateEvent
{
"accountId": 2345,
"callInfos": [
{
"accountId": 2345,
"description": "<string>",
"duration": 42,
"number": "<string>",
"state": "RINGING"
}
],
"callerId": "+49712345678",
"callerIdName": "Max Mustermann",
"state": "UNAVAIL"
}

Attribute (JsonPath)

  • state: $.state
  • callerIdName: $.callerIdName
  • accountId: $.accountId
  • callInfos: $.callInfos
  • callInfos: $.callInfos[*]
  • state: $.callInfos[*].state
  • number: $.callInfos[*].number
  • duration: $.callInfos[*].duration
  • description: $.callInfos[*].description
  • accountId: $.callInfos[*].accountId
  • callerId: $.callerId

de.vertico.starface.federation.site

SiteAddedEvent

Beispiel: SiteAddedEvent
{
"siteId": "2345"
}

Attribute (JsonPath)

  • siteId: $.siteId

SiteRemovedEvent

Beispiel: SiteRemovedEvent
{
"siteId": "2345"
}

Attribute (JsonPath)

  • siteId: $.siteId

de.vertico.starface.filters

ServerLocaleChangedEvent

Beispiel: ServerLocaleChangedEvent
{
"locale": {
"ISO3Country": "<string>",
"ISO3Language": "<string>",
"country": "<string>",
"displayCountry": "<string>",
"displayLanguage": "<string>",
"displayName": "<string>",
"displayScript": "<string>",
"displayVariant": "<string>",
"extensionKeys": [ "A" ],
"language": "<string>",
"script": "<string>",
"unicodeLocaleAttributes": [ "<string>" ],
"unicodeLocaleKeys": [ "<string>" ],
"variant": "<string>"
}
}

Attribute (JsonPath)

  • locale: $.locale
  • language: $.locale.language
  • displayName: $.locale.displayName
  • country: $.locale.country
  • variant: $.locale.variant
  • script: $.locale.script
  • unicodeLocaleAttributes: $.locale.unicodeLocaleAttributes
  • unicodeLocaleAttributes: $.locale.unicodeLocaleAttributes[*]
  • unicodeLocaleKeys: $.locale.unicodeLocaleKeys
  • unicodeLocaleKeys: $.locale.unicodeLocaleKeys[*]
  • displayLanguage: $.locale.displayLanguage
  • displayScript: $.locale.displayScript
  • displayCountry: $.locale.displayCountry
  • displayVariant: $.locale.displayVariant
  • extensionKeys: $.locale.extensionKeys
  • extensionKeys: $.locale.extensionKeys[*]
  • ISO3Language: $.locale.ISO3Language
  • ISO3Country: $.locale.ISO3Country

de.vertico.starface.module.core.events

ModuleChangeEvent

Beispiel: ModuleChangeEvent
{
"moduleId": "2345"
}

Attribute (JsonPath)

  • moduleId: $.moduleId

ModuleInstanceEvent

Beispiel: ModuleInstanceEvent
{
"instanceId": "2345"
}

Attribute (JsonPath)

  • instanceId: $.instanceId

ModuleInstanceRemovedEvent

Beispiel: ModuleInstanceRemovedEvent
{
"instanceId": "2345"
}

Attribute (JsonPath)

  • instanceId: $.instanceId

ModuleInstanceStateChangedEvent

Beispiel: ModuleInstanceStateChangedEvent
{
"enabled": true,
"instanceId": "2345",
"name": "<string>"
}

Attribute (JsonPath)

  • name: $.name
  • enabled: $.enabled
  • instanceId: $.instanceId

ModuleRemoveEvent

Beispiel: ModuleRemoveEvent
{
"moduleId": "2345"
}

Attribute (JsonPath)

  • moduleId: $.moduleId

de.vertico.starface.persistence.connector.autoprov

MacAddedEvent

Beispiel: MacAddedEvent
"<$>"

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

MacRemovedEvent

Beispiel: MacRemovedEvent
"<$>"

Attribute (JsonPath)

  • (keine Pfade ermittelbar)

de.vertico.starface.persistence.connector.events

AccountRemovedEvent

Beispiel: AccountRemovedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

AccountUpdatedEvent

Beispiel: AccountUpdatedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

DisplayNumberChangedEvent

Beispiel: DisplayNumberChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

DoNotDisturbSettingChangedEvent

Beispiel: DoNotDisturbSettingChangedEvent
{
"accountId": 2345,
"cause": { },
"doNotDisturbSetting": true,
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • doNotDisturbSetting: $.doNotDisturbSetting
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

DoorlineChangedEvent

Beispiel: DoorlineChangedEvent
{
"cause": { },
"deleted": [
{
"cameraurl": "<string>",
"dtmf": "<string>",
"id": 2345,
"refreshrate": 0,
"sipaccountid": 2345,
"sipname": "<string>",
"xsize": 0,
"ysize": 0
}
],
"rootCause": { },
"updated": [
{
"cameraurl": "<string>",
"dtmf": "<string>",
"id": 2345,
"refreshrate": 0,
"sipaccountid": 2345,
"sipname": "<string>",
"xsize": 0,
"ysize": 0
}
]
}

Attribute (JsonPath)

  • deleted: $.deleted
  • deleted: $.deleted[*]
  • id: $.deleted[*].id
  • refreshrate: $.deleted[*].refreshrate
  • sipaccountid: $.deleted[*].sipaccountid
  • cameraurl: $.deleted[*].cameraurl
  • xsize: $.deleted[*].xsize
  • ysize: $.deleted[*].ysize
  • sipname: $.deleted[*].sipname
  • dtmf: $.deleted[*].dtmf
  • updated: $.updated
  • updated: $.updated[*]
  • id: $.updated[*].id
  • refreshrate: $.updated[*].refreshrate
  • sipaccountid: $.updated[*].sipaccountid
  • cameraurl: $.updated[*].cameraurl
  • xsize: $.updated[*].xsize
  • ysize: $.updated[*].ysize
  • sipname: $.updated[*].sipname
  • dtmf: $.updated[*].dtmf
  • cause: $.cause
  • rootCause: $.rootCause

DoorlineImageGetterChangedEvent

Beispiel: DoorlineImageGetterChangedEvent
{
"cause": { },
"deleted": [
{
"cameraurl": "<string>",
"dtmf": "<string>",
"id": 2345,
"refreshrate": 0,
"sipaccountid": 2345,
"sipname": "<string>",
"xsize": 0,
"ysize": 0
}
],
"rootCause": { },
"updated": [
{
"cameraurl": "<string>",
"dtmf": "<string>",
"id": 2345,
"refreshrate": 0,
"sipaccountid": 2345,
"sipname": "<string>",
"xsize": 0,
"ysize": 0
}
]
}

Attribute (JsonPath)

  • deleted: $.deleted
  • deleted: $.deleted[*]
  • id: $.deleted[*].id
  • refreshrate: $.deleted[*].refreshrate
  • sipaccountid: $.deleted[*].sipaccountid
  • cameraurl: $.deleted[*].cameraurl
  • xsize: $.deleted[*].xsize
  • ysize: $.deleted[*].ysize
  • sipname: $.deleted[*].sipname
  • dtmf: $.deleted[*].dtmf
  • updated: $.updated
  • updated: $.updated[*]
  • id: $.updated[*].id
  • refreshrate: $.updated[*].refreshrate
  • sipaccountid: $.updated[*].sipaccountid
  • cameraurl: $.updated[*].cameraurl
  • xsize: $.updated[*].xsize
  • ysize: $.updated[*].ysize
  • sipname: $.updated[*].sipname
  • dtmf: $.updated[*].dtmf
  • cause: $.cause
  • rootCause: $.rootCause

ForwardsChangedEvent

Beispiel: ForwardsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

ForwardsSettingsChangedEvent

Beispiel: ForwardsSettingsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

GroupAssignmentsChangedEvent

Beispiel: GroupAssignmentsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

GroupAssignmentsSettingsChangedEvent

Beispiel: GroupAssignmentsSettingsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

GroupDataSavedEvent

Beispiel: GroupDataSavedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

GroupRemovedEvent

Beispiel: GroupRemovedEvent
{
"accountId": 2345,
"cause": { },
"memberAccountIds": [ 0 ],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • memberAccountIds: $.memberAccountIds
  • memberAccountIds: $.memberAccountIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NewUserAccountEvent

Beispiel: NewUserAccountEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NumberAssignmentsChangedEvent

Beispiel: NumberAssignmentsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

NumberFunctionEvent

Beispiel: NumberFunctionEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PermissionSettingChangedEvent

Beispiel: PermissionSettingChangedEvent
{
"account2PermissionSettings": {
"empty": true
},
"cause": { },
"rootCause": { }
}

Attribute (JsonPath)

  • account2PermissionSettings: $.account2PermissionSettings
  • empty: $.account2PermissionSettings.empty
  • cause: $.cause
  • rootCause: $.rootCause

PersonDataSavedEvent

Beispiel: PersonDataSavedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PhoneNumberAssignmentsSettingsChangedEvent

Beispiel: PhoneNumberAssignmentsSettingsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

PrimaryPhoneChangedEvent

Beispiel: PrimaryPhoneChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { },
"telephoneName": "<string>"
}

Attribute (JsonPath)

  • telephoneName: $.telephoneName
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

UserAssignmentsChangedEvent

Beispiel: UserAssignmentsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

UserAssignmentsSettingsChangedEvent

Beispiel: UserAssignmentsSettingsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

UserRemovedEvent

Beispiel: UserRemovedEvent
{
"accountId": 2345,
"cause": { },
"groupAccountIds": [ 0 ],
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • groupAccountIds: $.groupAccountIds
  • groupAccountIds: $.groupAccountIds[*]
  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxAssignmentsChangedEvent

Beispiel: VoicemailBoxAssignmentsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

VoicemailBoxAssignmentsSettingsChangedEvent

Beispiel: VoicemailBoxAssignmentsSettingsChangedEvent
{
"accountId": 2345,
"cause": { },
"requesterAccountId": 2345,
"rootCause": { }
}

Attribute (JsonPath)

  • accountId: $.accountId
  • requesterAccountId: $.requesterAccountId
  • cause: $.cause
  • rootCause: $.rootCause

Inhaltsverzeichnis