Authorization: Bearer ********************
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"statisticType": 1,
"drivingBehaviorType": 1,
"ids": [
"string"
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/DataReportDrivingAnalysis/ViolationBehaviod/Trend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"statisticType": 1,
"drivingBehaviorType": 1,
"ids": [
"string"
]
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"name": "string",
"data": [
{
"x_Value": "string",
"value": 0,
"sortWeekTime": "2019-08-24T14:15:22Z",
"weekYear": "string"
}
]
}
]
}