userMessageMessage
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| messageId (int) | 1/1 | The message id of the message. |
| address (string) | 1/1 | The address of the message. |
| message (string) | 1/1 | The message text of the message. |
| incoming (boolean) | 1/1 | The state of the direction of the message. |
| read (boolean) | 1/1 | True if the message was already read otherwise the message is unread. |
| locked (boolean) | 1/1 | True if the message is locked otherwise the message is unlocked. |
| origin (int) | 1/1 |
The origin of the message.
0 .. sim 1 .. mysms 2 .. a2a (account 2 account) or a sms connector id |
| status (int) | 1/1 |
The origin of the message.
0 .. none 1 .. pending 2 .. completed 3 .. failed 4 .. sending 5 .. unsent |
| dateSent (dateTime) | 1/1 | The date of the message. |
| dateStatus (dateTime) | 0/1 |
Optional date for the specific status.
completed .. the date when the message was received by the recipient sending .. the date when the message will be sent |
JSON
| property | type | description |
|---|---|---|
| messageId | messageId (int) | The message id of the message. |
| address | address (string) | The address of the message. |
| message | message (string) | The message text of the message. |
| incoming | incoming (boolean) | The state of the direction of the message. |
| read | read (boolean) | True if the message was already read otherwise the message is unread. |
| locked | locked (boolean) | True if the message is locked otherwise the message is unlocked. |
| origin | origin (int) |
The origin of the message.
0 .. sim 1 .. mysms 2 .. a2a (account 2 account) or a sms connector id |
| status | status (int) |
The origin of the message.
0 .. none 1 .. pending 2 .. completed 3 .. failed 4 .. sending 5 .. unsent |
| dateSent | dateSent (dateTime) | The date of the message. |
| dateStatus | dateStatus (dateTime) |
Optional date for the specific status.
completed .. the date when the message was received by the recipient sending .. the date when the message will be sent |