A2PGetSmsHistoryRequest
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
deliveryStatus
deliveryStatus: number
| undefined
The delivery status ID: QUEUED - 1, DISPATCHED - 2, ABORTED - 3, REJECTED - 4, DELIVERED - 5, FAILED - 6, EXPIRED - 7, UNKNOWN - 8
destinationNumber
destinationNumber: string
| undefined
The destination phone number
fromDate
fromDate: Date
Date from which the search is to start. 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 possible values are json, csv
sourceNumber
sourceNumber: string
| undefined
The source phone number
toDate
toDate: Date
Date from which the search is to end. Format is 'yyyy-MM-dd HH:mm:ss', time zone is UTC