V1
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 | true | The MSISDN of the device. |
| deviceHistory | [DeviceHistoryDTO] | true | List of device history entries. |
DeviceSimHistoryResponseDTO
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| msisdn | string | true | The MSISDN of the device. |
| deviceSimHistory | [DeviceSimHistoryDTO] | true | List of device SIM history entries. |
DeviceHistoryDTO
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| imei | string | true | The IMEI of the device. |
| tenant | string | true | The tenant of the device. |
| is_device_change | boolean | true | Indicates that this device is a change from the previous one. |
| first_seen | string(date-time) | true | First datetime when the device was detected in network events for this particular period. |
| last_seen | string(date-time) | true | Last datetime when the device was detected in network events for this particular period. |
DeviceSimHistoryDTO
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| imsi | string | true | The IMSI of the device. |
| tenant | string | true | The tenant of the device. |
| first_seen | string(date-time) | true | First datetime when the sim was detected in network events for this particular period. |
| last_seen | string(date-time) | true | Last datetime when the sim was detected in network events for this particular period. |