{
"code": "string",
"containerId": "string",
"startTime": "string",
"endTime": "string"
}
curl --location --request POST '/openservice/iot-service/position/indoor/getHistory' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"containerId": "string",
"startTime": "string",
"endTime": "string"
}'
{
"result": [
{
"cardId": "code1",
"containerId": "entId",
"layerId": "-1",
"time": "2024-06-14 13:59:30.000",
"formatTime": "2024-06-14 13:59:30",
"power": "20",
"isLowPower": false,
"cardVersion": "-1",
"sourceBeanceIds": "-1",
"userOrgCode": "1",
"firAreaId": "1",
"secondAreaId": "1",
"deviceType": "0",
"xAxis": "62.47",
"yAxis": "255.68"
}
],
"msg": "请求成功",
"code": 200,
"success": true,
"status": 200
}