GetSmsHistoryRequest
Props
count
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
destinationNumber: string
| undefined
The destination phone number
direction
direction: string
| undefined
Sent or received SMS. Possible values: 'IN', 'OUT', 'in, 'out'. Leave blank to get both incoming and outgoing messages
fromDate
fromDate: Date
Date from which to perform search. Format is 'yyyy-MM-dd HH:mm:ss', time zone is UTC
offset
offset: number
| undefined
The first N records are skipped in the output
output
output: string
| undefined
The output format. The following values available: json, csv
sourceNumber
sourceNumber: string
| undefined
The source phone number
toDate
toDate: Date
Date until which to perform search. Format is 'yyyy-MM-dd HH:mm:ss', time zone is UTC