Fetches all Wdr records
Returns wireless detail records (WDRs) matching the provided criteria, such as date range, SIM card, IMSI, or phone number, with pagination and sorting.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date
"2021-05-01T00:00:00Z"
End date
"2021-06-01T00:00:00Z"
Filter results by identifier. WDR uuid
"e093fbe0-5bde-11eb-ae93-0242ac130002"
Filter results by mcc. Mobile country code
"204"
Filter results by mnc. Mobile network code
"01"
Filter results by imsi. International mobile subscriber identity
"123456"
Filter results by sim group name. Sim group name
"sim name"
Filter results by sim group id. Sim group unique identifier
"f05a189f-7c46-4531-ac56-1460dc465a42"
Filter results by sim card id. Sim card unique identifier
"877f80a6-e5b2-4687-9a04-88076265720f"
Filter results by phone number. Phone number
"+12345678910"
Field and direction to sort the results by. Field used to order the data. If no field is specified, default value is 'created_at'
Consolidated page parameter (deepObject style). Originally: page[number], page[size]