{- "data": [
- {
- "created_at": "2018-02-02T22:25:27.521Z",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "ota_update",
- "sim_card_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "status": "in-progress",
- "type": "sim_card_network_preferences",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
], - "meta": {
- "page_number": 2,
- "page_size": 25,
- "total_pages": 3,
- "total_results": 55
}
}
This API returns the details of an Over the Air (OTA) update.
Successful response
{- "data": {
- "created_at": "2018-02-02T22:25:27.521Z",
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "ota_update",
- "settings": {
- "mobile_operator_networks_preferences": [
- {
- "mobile_operator_network_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "mobile_operator_network_name": "AT&T Mobility (USACG)",
- "priority": 0
}
]
}, - "sim_card_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "status": "in-progress",
- "type": "sim_card_network_preferences",
- "updated_at": "2018-02-02T22:25:27.521Z"
}
}