-
Notifications
You must be signed in to change notification settings - Fork 0
/
examplemms.json
45 lines (45 loc) · 1015 Bytes
/
examplemms.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
44
45
{
"data": {
"id": "mdr2-xxxxxxxxx",
"type": "message",
"attributes": {
"amount_display": "$0.0195",
"amount_nanodollars": 19500000,
"body": null,
"delivery_receipts": [],
"direction": "inbound",
"from": "12345678900",
"is_mms": true,
"message_encoding": 0,
"message_type": "longcode",
"status": "",
"timestamp": "2022-09-03T20:40:11.00Z",
"to": "1234567890"
},
"relationships": {
"media": {
"data": [
{
"id": "xxxxxxx-1",
"type": "media"
}
]
}
}
},
"included": [
{
"id": "xxxxxxxx-1",
"type": "media",
"attributes": {
"file_name": "image000000.png",
"file_size": 14832,
"mime_type": "image/png",
"url": "https://s3.us-west-2.amazonaws.com/flowroute-messaging-media/xxxxxxxxx"
},
"links": {
"self": "https://api.flowroute.com/v2.2/media/xxxxxxxx-1"
}
}
]
}