Authorization: Bearer ********************
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/api/services/app/device/screen/specialPerson/get' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{
"workerId": "27a13901-5ff4-4d4a-a305-9dd200eae3c5",
"workerName": "string",
"sex": "0",
"sexStr": "string",
"phone": "string",
"teamName": "string",
"workTypeName": "string",
"workingHours": 0,
"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"
}
]
}