Authorization: Bearer ********************
{
"driverId": "string",
"statisticType": 1,
"craneIds": [
0
],
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/ActionCycle/DriverTrend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"driverId": "string",
"statisticType": 1,
"craneIds": [
0
],
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"craneId": "string",
"craneName": "string",
"details": [
{
"x_value": "string",
"y_value": 0
}
]
}
]
}