Skip to content

Change message status (voice and fax mails)#

Function call (URL) Permissions Possible parameters
/app_set_msg_state user / sub-admin msgId: Specification of the unique message ID (id).
boxId: Specification of the unique box ID (boxid).
msgStatus: 0 Mark as read, 1 Mark as unread (new)

Example call:

Mark message as read: https://192.168.0.240/app_set_msg_state?boxId=8209&msgId=147357617&msgStatus=0

Response type Possible content
successful true or false
Example response
{"successful":true}