Select
Schemas
GenericResponseDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
error | string | false | none |
message | string | false | none |
trace_id | string | false | none |
DeviceHistoryResponseDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
msisdn | string | false | The MSISDN of the device. |
deviceHistory | [DeviceHistoryDTO] | false | List of device history entries. |
DeviceSimHistoryResponseDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
msisdn | string | false | The MSISDN of the device. |
deviceSimHistory | [DeviceSimHistoryDTO] | false | List of device SIM history entries. |
DeviceHistoryDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
imei | string | true | The IMEI of the device. |
date | string(date-time) | true | Datetime where the device change was first detected in network events. |
DeviceSimHistoryDTO
|
|
Name | Type | Required | Description |
---|---|---|---|
imsi | string | true | The IMSI of the device. |
imei | string | true | The IMEI of the device. |
date | string(date-time) | true | Datetime where the device sim change was first detected in network events. |