| Type | Description |
|---|---|
| LOCAL_STATUS | 本地状态变更 |
| SERVICE_PACKAGE | 资费方案变更 |
| IMEI_CHANGE | IMEI号变更 |
curl --location --request GET '/global-sims/changeLogs?accountName=example_account' \
--header 'X-API-Key;'{
"data": [
{
"giccid": "8986011805021000040",
"type": "LOCAL_STATUS",
"original": "ACTIVATED",
"target": "DEACTIVATED",
"createdTime": "2018-10-10T10:32:50+0000",
"status": "SUCCESS"
}
],
"page": 0,
"size": 10,
"total": 100
}