{
"type": 0,
"keyword": "string",
"page": 0,
"pageSize": 0,
"companyCode": "string",
"districtCode": "string",
"sectionCodes": [
"string"
],
"body": {
"timsStationId": "string",
"recorder": "string",
"controlType": "string",
"occurringTime": [
"string"
],
"terminalTime": [
"string"
]
},
"startIndex": 0
}curl --location --request POST '/roadlink/site/control/getSiteEventPage' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsInRlbmFudElkIjoiLTEiLCJleHAiOjE3NzQ5MzgyOTAsImlhdCI6MTc3NDg1MTg5MH0.lNcYtnmLTLUbsm2ZZA6ya3Niumykikygxu3hAFSuXUyDDaY8Dydtm4QjyP8n_3CtQAs9orXbtc7N7tVU_ziUvw' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"keyword": "string",
"page": 0,
"pageSize": 0,
"companyCode": "string",
"districtCode": "string",
"sectionCodes": [
"string"
],
"body": {
"timsStationId": "string",
"recorder": "string",
"controlType": "string",
"occurringTime": [
"string"
],
"terminalTime": [
"string"
]
},
"startIndex": 0
}'{
"pageSize": 0,
"count": 0,
"pageIndex": 0,
"totalPage": 0,
"data": [
{
"uuid": "",
"id": "",
"operType": 0,
"station": "",
"timsStationId": "",
"department": "",
"recorder": "",
"road": "",
"timsRoadId": "",
"occurringTime": "",
"terminalTime": "",
"controlMethod": "",
"controlType": "",
"reason": "",
"vehiclControl": "",
"vehiclControlMethod": "",
"direction": "",
"directionDesc": "",
"remarks": "",
"closeExit": "",
"closeEntrance": "",
"createTime": "",
"updateTime": "",
"relationId": "",
"stationName": "",
"roadInfo": "",
"routeId": "",
"routeName": "",
"lng": 0.0,
"lat": 0.0,
"departmentName": "",
"stationStake": 0.0,
"geom": ""
}
]
}