Specifications

Appendix A – Application Programming Interface (API)
105 MultiModem® iSMS System Administrator’s Guide
Query to receive unread messages (recvmsg?)
Examples:
HTTP:
Get /recvmsg?user=admin&passwd=admin[&options of your choice defining up to how many you want to
receive at one time and received during what specific period]HTTP/1.1\r\n
HTTP request using the browser to read 10 unread messages for a specific set of dates:
http://192.168.2.1:81/recvmsg?user=admin&passwd=admin&count=10&fdate=09/08/22&tdate
=09/08/24
TCP:
/recvmsg?user=admin&passwd=admin[&options of your choice defining up to how many you want to receive at
one time and received during what specific period]\r\n
TCP request to read 10 unread messages for a specific set of dates:
/recvmsg?user=admin&passwd=admin&count=10&fdate=09/08/22&tdate=09/08/24
Command responses
Querycount?
Successful responses to the querycount? command is in the following format:
HTTP:
HTTP/1.1 200 OK
Content-type: text/html
Count:value
TCP:
Count:value
‘Value’ gives the number of unread messages.