Method telephonySmsHistory
telephonySmsHistory
telephonySmsHistoryStruct[] telephonySmsHistory ( stringsession, stringsmsAccount, intsmsId, stringuser, intpagingStart, intpagingLimit, stringsortField, stringsortOrder, stringtag, stringfilter )Description
Get the SMS history listParameters
- stringsession : the session id
- stringsmsAccount : the SMS account
- intsmsId : the SMS id - optional
- stringuser : the SMS user - optional
- intpagingStart : paging: the first id, default is 0
- intpagingLimit : paging: the limit, default is none
- stringsortField : sort: the field type (status|date|text|numberTo|numberFrom|user|tag)
- stringsortOrder : sort: the order (asc|desc)
- stringtag : if specified show only sms history for given tag
- stringfilter : filter on SMS status (pending|waiting|done|not_pending|not_waiting|not_done)











Code generator
Method signature