GetCallHistoryRequest
Props
applicationId
applicationId: number
| undefined
To receive the call history for a specific application, pass the application ID to this parameter
applicationName
applicationName: string
| undefined
The application name, can be used instead of application_id
callSessionHistoryCustomData
callSessionHistoryCustomData: string
| undefined
To filter the call history by the custom_data passed to the call sessions, pass the custom data to this parameter
callSessionHistoryId
callSessionHistoryId: any
| number
| number[]
To get the call history for the specific sessions, pass the session IDs to this parameter separated by a semicolon (;). You can find the session ID in the AppEvents.Started event's sessionID property in a scenario, or retrieve it from the call_session_history_id value returned from the StartScenarios or StartConference methods
childAccountId
childAccountId: any
| number
| number[]
The child account ID list separated by semicolons (;)
childrenCallsOnly
childrenCallsOnly: false
| undefined
| true
Whether to get the children account calls only
count
count: number
| undefined
The number of returning records. The maximum value is 1000
descOrder
descOrder: false
| undefined
| true
Whether to get records in the descent order
fromDate
fromDate: Date
The from date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss
localNumber
localNumber: string
| string[]
To receive a call history for a specific local numbers, pass the number list separated by semicolons (;). A local number is a number on the platform side
offset
offset: number
| undefined
The number of records to skip in the output. The maximum value of 10000
remoteNumber
remoteNumber: string
| string[]
To receive a call history for a specific remote numbers, pass the number list separated by semicolons (;). A remote number is a number on the client side. Ignored if the remote_number_list
parameter is not empty
remoteNumberList
remoteNumberList: any
A JS array of strings of specific remote phone numbers to sort the call history. Has higher priority than the remote_number
parameter. If the array is empty, the remote_number
parameter is used instead
ruleName
ruleName: string
| undefined
To receive the call history for a specific routing rule, pass the rule name to this parameter. Applies only if you set application_id or application_name
timezone
timezone: string
| undefined
toDate
toDate: Date
The to date in the selected timezone in 24-h format: YYYY-MM-DD HH:mm:ss
userId
userId: any
| number
| number[]
To receive the call history for a specific users, pass the user ID list separated by semicolons (;). If it is specified, the output contains the calls from the listed users only
withCalls
withCalls: false
| undefined
| true
Whether to receive a list of sessions with all calls within the sessions, including phone numbers, call cost and other information
withOtherResources
withOtherResources: false
| undefined
| true
Whether to get other resources usage (see )
withRecords
withRecords: false
| undefined
| true
Whether to get the calls' records
withTotalCount
withTotalCount: false
| undefined
| true
Whether to include the 'total_count' and increase performance