List wireless connectivity logs
This API allows listing a paginated collection of Wireless Connectivity Logs associated with a SIM Card, for troubleshooting purposes.
Path parameters
Identifies the SIM.
Query parameters
The page number to load.
The size of the page.
Response
Successful Response
Example response
{
"data": [
{
"record_type": "wireless_connectivity_log",
"id": 137509451,
"sim_card_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"log_type": "registration",
"imei": "490154203237518",
"mobile_country_code": "310",
"mobile_network_code": "410",
"start_time": "2018-02-02T22:25:27.521Z",
"stop_time": "2018-02-02T22:25:27.521Z",
"created_at": "2018-02-02T22:25:27.521Z",
"last_seen": "2018-02-02T22:25:27.521Z",
"apn": "data00.telnyx",
"ipv4": "192.168.0.0",
"ipv6": "2001:cdba:0000:0000:0000:0000:3257:9652",
"radio_access_technology": "LTE",
"state": "provisioned",
"cell_id": "311210-6813"
}
],
"meta": {
"total_pages": 3,
"total_results": 55,
"page_number": 2,
"page_size": 25
}
}Changes
Changed in 3 of the 99 revisions of this API.3
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 99 revisions, 1 has no diff computed.