Get all Wireless Detail Records (WDRs) Reports
gethttps://api.telnyx.com/v2/wireless/detail_records_reportsReturns the WDR Reports that match the given parameters.
curl -X GET \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--globoff "https://api.telnyx.com/v2/wireless/detail_records_reports?page[number]=1&page[size]=20"
Parameters
In Query
page[number]
integer
(1)optional
The page number to load
Default:
1
page[size]
integer
(1 - 250)optional
The size of the page
Default:
20
Responses
200
Successful response
default
Unexpected error
Success Response
{
"data": [
{
"created_at": "2018-02-02T22:25:27.521Z",
"end_time": "2018-02-02T22:25:27.521Z",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "detail_records_report",
"report_url": "http://example.com",
"start_time": "2018-02-02T22:25:27.521Z",
"status": "pending",
"updated_at": "2018-02-02T22:25:27.521Z"
}
]
}
Previous:
WirelessNext:
SIM Card ActionsWas this page helpful?