GetSmsHistoryRequest
Props
count
Optional
count: number
| undefined
Maximum number of resulting rows fetched. Must be not bigger than 1000. If left blank, then the default value of 1000 is used
destinationNumber
Optional
destinationNumber: string
| undefined
The destination phone number
direction
Optional
direction: string
| undefined
Sent or received SMS. Possible values: 'IN', 'OUT', 'in, 'out'. Leave blank to get both incoming and outgoing messages
fromDate
Optional
fromDate: Date
Date from which to perform search. Format is 'yyyy-MM-dd HH:mm:ss', time zone is UTC
offset
Optional
offset: number
| undefined
The first N records are skipped in the output
output
Optional
output: string
| undefined
The output format. The following values available: json, csv, xls. The default value is json
sourceNumber
Optional
sourceNumber: string
| undefined
The source phone number
toDate
Optional
toDate: Date
Date until which to perform search. Format is 'yyyy-MM-dd HH:mm:ss', time zone is UTC