Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/event/list?type&eventId&name&level' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"current": 1,
"pageSize": 0,
"sort": null,
"records": [
{
"id": 2,
"name": "IDS_LDW_R",
"description": "IDS_LDW_R",
"type": "ADAS",
"level": 2,
"eventId": "Event-002",
"status": 1
},
{
"id": 1,
"name": "AEB",
"description": "AEB",
"type": "ADAS",
"level": 3,
"eventId": "Event-001",
"status": 1
}
],
"total": 2
}
}