GetCallListsRequest
Props
applicationId
Optional
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
Optional
count: number
| undefined
The max returning record count
fromDate
Optional
fromDate: Date
The UTC 'from' date filter in 24-h format: YYYY-MM-DD HH:mm:ss
isActive
Optional
isActive: false
| undefined
| true
Whether to find only active call lists
listId
Optional
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
Optional
name: string
| undefined
Find call lists by name
offset
Optional
offset: number
| undefined
The first N records are skipped in the output
toDate
Optional
toDate: Date
The UTC 'to' date filter in 24-h format: YYYY-MM-DD HH:mm:ss
typeList
Optional
typeList: string
| undefined
The type of the call list. The possible values are AUTOMATIC and MANUAL