Skip to content

Commit ffc2f80

Browse files
authored
Update list-get-example-all.json
1 parent 3215475 commit ffc2f80

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
{
2-
"page": 0,
3-
"page_size": 50,
4-
"start": 0,
5-
"end": 49,
6-
"uri": "https://monitor.twilio.com/v1/Alerts",
7-
"first_page_uri": "https://monitor.twilio.com/v1/Alerts?Page=0&PageSize=50",
8-
"previous_page_uri": null,
9-
"next_page_uri": "https://monitor.twilio.com/v1/Alerts?PageSize=50&Page=1&PageToken=PANOf3b5a055e1deb0bbd46d72462fa5bb67",
102
"alerts": [
113
{
124
"sid": "NO5a7a84730f529f0a76b3e30c01315d1a",
135
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
6+
"service_sid": null,
147
"resource_sid": "CAa8857b0dcc71b4909aced594f7f87453",
158
"log_level": "error",
169
"error_code": "11205",
@@ -22,8 +15,17 @@
2215
"date_created": "Tue, 09 Feb 2010 01:23:53 +0000",
2316
"date_generated": "Tue, 09 Feb 2010 01:23:53 +0000",
2417
"date_updated": "Tue, 09 Feb 2010 01:23:53 +0000",
25-
"uri": "https://monitor.twilio.com/v1/Alerts/NO5a7a84730f529f0a76b3e30c01315d1a"
18+
"url": "https://monitor.twilio.com/v1/Alerts/NO5a7a84730f529f0a76b3e30c01315d1a"
2619
},
2720
...
2821
]
22+
"meta": {
23+
"page": 0,
24+
"page_size": 50,
25+
"first_page_url": "https:\/\/monitor.twilio.com\/v1\/Alerts?PageSize=50&Page=0",
26+
"previous_page_url": null,
27+
"url": "https:\/\/monitor.twilio.com\/v1\/Alerts?PageSize=50&Page=0",
28+
"next_page_url": null,
29+
"key": "alerts"
30+
}
2931
}

0 commit comments

Comments
 (0)