summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 20 insertions, 17 deletions
diff --git a/README.md b/README.md
index d51e00e..8aa21e0 100644
--- a/README.md
+++ b/README.md
@@ -79,23 +79,26 @@ Response which the message handle as the key and includes its properties:
<pre>
{
"response": {
- "message288230376151711769": {
- "folder": "/telecom/msg/INBOX",
- "subject": "Meet at Victor 23 at 6p?",
- "timestamp": "20190614T093341",
- "sender": "",
- "senderaddress": "+13605551212",
- "recipient": "",
- "recipientaddress": "",
- "type": "sms-gsm",
- "size": 24,
- "status": "complete",
- "priority": false,
- "read": false,
- "sent": false,
- "protected": false
- },
- ...
+ "messages": {
+ "message288230376151711769": {
+ "folder": "/telecom/msg/INBOX",
+ "subject": "Meet at Victor 23 at 6p?",
+ "timestamp": "20190614T093341",
+ "sender": "",
+ "senderaddress": "+13605551212",
+ "recipient": "",
+ "recipientaddress": "",
+ "type": "sms-gsm",
+ "size": 24,
+ "status": "complete",
+ "priority": false,
+ "read": false,
+ "sent": false,
+ "protected": false
+ },
+ ...
+ }
+ }
},
</pre>