Select
DeviceSimHistory
API for retrieving device SIM history information
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
orgId | path | string | true | Executes the request in the context of the given organization |
msisdn | path | string | true | The MSISDN of the device history we want to retrieve. |
fromDate | query | string(date-time) | false | From datetime used as filter |
toDate | query | string(date-time) | false | To datetime used as filter |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Device sim history retrieved successfully | DeviceSimHistoryResponseDTO |
404 | Not Found | Device not found | GenericResponseDTO |
Endpoints
DeviceHistory
DeviceSimHistory