Fetch all Wdr records
Successful
Array of objects (ExternalWdrDetailRecordDto) | |
object (PaginationMeta) |
{- "data": [
- {
- "cost": {
- "amount": 0.1,
- "currency": "USD"
}, - "created_at": "2020-07-01T00:00:00-06:00",
- "downlink_data": {
- "amount": 1,
- "unit": "B"
}, - "duration_seconds": 1,
- "id": "3ca7bd3d-7d82-4e07-9df4-009123068320",
- "imsi": "123",
- "mcc": "204",
- "mnc": "01",
- "phone_number": "+12345678910",
- "rate": {
- "amount": 0.1,
- "currency": "USD"
}, - "record_type": "wdr",
- "sim_card_id": "877f80a6-e5b2-4687-9a04-88076265720f",
- "sim_group_id": "f05a189f-7c46-4531-ac56-1460dc465a42",
- "sim_group_name": "sim name",
- "uplink_data": {
- "amount": 1,
- "unit": "B"
}
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}