X-User-Token: ********************curl --location --request GET 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/cmds/rtk-calibration?device_sn&identifiers' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-User-Token: <api-key>'{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"sn": "8UUDMAQ00A0195",
"services": {
"rtk_calibration": {
"bid": "d3957982-c70e-46d3-99b1-6c579c0a595d",
"status": "ok",
"create_time": 1752463789000,
"update_time": 1752463818000,
"progress": {
"percent": 100,
"current_step": 1
},
"device_code": 0,
"ext": {
"devices": [
{
"module": "6",
"result": 0,
"sn": "8PHDMA80010060",
"status": "ok",
"type": 0
}
],
"version": 21
}
}
}
}
]
}
}