forked from messagebird/go-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessageListScheduledObject.json
43 lines (43 loc) · 1.3 KB
/
messageListScheduledObject.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"offset": 0,
"limit": 20,
"count": 1,
"totalCount": 1,
"links": {
"first": "https://rest.messagebird.com/messages/?offset=0",
"previous": null,
"next": null,
"last": "https://rest.messagebird.com/messages/?offset=0"
},
"items": [
{
"id": "6fe65f90454aa61536e6a88b88972670",
"href": "https://rest.messagebird.com/messages/6fe65f90454aa61536e6a88b88972670",
"direction": "mt",
"type": "sms",
"originator": "TestName",
"body": "Hello World",
"reference": null,
"validity": null,
"gateway": 239,
"typeDetails": {},
"datacoding": "plain",
"mclass": 1,
"scheduledDatetime": null,
"createdDatetime": "2015-01-05T10:02:59+00:00",
"recipients": {
"totalCount": 1,
"totalSentCount": 1,
"totalDeliveredCount": 0,
"totalDeliveryFailedCount": 0,
"items": [
{
"recipient": 31612345678,
"status": "scheduled",
"statusDatetime": "2015-01-05T10:02:59+00:00"
}
]
}
}
]
}