Authorization: Bearer ********************
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/api/services/app/behaviorManage/onSiteRecord/get' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{
"projectSection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string"
},
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"keyParts": "string",
"keyProcesses": "string",
"constructionProgress": "string",
"supervisionWork": "string",
"problemAndCondition": "string",
"otherCondition": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"fileId": "string",
"type": "string",
"creationTime": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}