Authorization: Bearer ********************{
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
"name": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/emergencyCommand/taskUser/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
"name": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
"userId": 0,
"trtcUserId": "string",
"userNickName": "string",
"status": 0,
"phone": "string",
"contingencyDuties": "string",
"creationTime": "2019-08-24T14:15:22.123Z"
}
]
}