Authorization: Bearer ********************{
"tunnelId": "244914a1-a375-4f4d-b6d5-374b367edf24",
"region": "string",
"beginTime": "string",
"endTime": "string"
}curl --location --request POST '/api/ueopen/tunnelSafety/stepProgress' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"tunnelId": "244914a1-a375-4f4d-b6d5-374b367edf24",
"region": "string",
"beginTime": "string",
"endTime": "string"
}'[
{
"projectId": "string",
"tunnelId": "string",
"tunnelName": "string",
"collectionTime": "2019-08-24T14:15:22.123Z",
"region": 0,
"totalProgress": "string",
"leftTotalProgress": "string",
"rightTotalProgress": "string",
"upTotalProgress": "string",
"downTotalProgress": "string",
"invertedProgress": "string",
"invertedStep": "string",
"secondSrogress": "string",
"secondStep": "string",
"parameters": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"lastModificationTime": "string",
"lastModifierUserId": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"creatorUserId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]