GetSmsHistory
Gets the history of sent and/or received SMS.
Allowed roles: Owner, Admin, Developer, Supervisor, Accountant, CallsSMS.
Example request: Get messages that had been sent to number 12345678222 starting from March 1, 2019. Number of resulting rows is limited to 2.
Authentication
Query parameters
Sent or received SMS. Possible values: ‘IN’, ‘OUT’, ‘in, ‘out’. Leave blank to get both incoming and outgoing messages
The first N records are skipped in the output
Date from which to perform search. Format is ‘yyyy-MM-dd HH:mm:ss’, time zone is UTC
Date until which to perform search. Format is ‘yyyy-MM-dd HH:mm:ss’, time zone is UTC
The output format. The following values available: json, csv, xls. The default value is json