{
"body": {
"conditions": {
"worpTaskExecutionOrderId": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"workOrderId": {
"conditionType": "KEYWORD",
"value": "string"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/worp_task_execution_order_assignee/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"worpTaskExecutionOrderId": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"workOrderId": {
"conditionType": "KEYWORD",
"value": "string"
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"worpTaskExecutionOrderId": 0,
"createTime": 0,
"workOrderProcedureId": 0,
"procedureName": "string",
"invalid": true,
"workOrderNumber": "string",
"assigneeType": "string",
"workOrderId": 0,
"bottleneckResource": true,
"assigneeId": 0,
"procedureId": 0,
"worpTaskExecutionOrderNumber": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}