GetCallListsRequest
Props
applicationId
applicationId: any
| number
| number[]
The application ID to filter. Can be a list separated by semicolons (;). Use the 'all' value to select all applications
count
count: number
| undefined
The max returning record count
fromDate
fromDate: Date
The UTC 'from' date filter in 24-h format: YYYY-MM-DD HH:mm:ss
isActive
isActive: false
| undefined
| true
Whether to find only active call lists
listId
listId: any
| number
| number[]
The list ID to filter. Can be a list separated by semicolons (;). Use the 'all' value to select all lists
name
name: string
| undefined
Find call lists by name
offset
offset: number
| undefined
The first N records are skipped in the output
toDate
toDate: Date
The UTC 'to' date filter in 24-h format: YYYY-MM-DD HH:mm:ss
typeList
typeList: string
| undefined
The type of the call list. The possible values are AUTOMATIC and MANUAL