{
"current": 0,
"size": 0,
"filters": [
{
"logic": "string",
"field": "string",
"operator": "string",
"value": {}
}
]
}curl --location --request POST 'http://10.18.6.122:88/api/dap/taskflow/process/page' \
--header 'Authorization: Bearer c7KzZCrm4ip42-sKWxGhAfnMgrdVU4D1ZefeLSl2h4Av8Iv0_Dl0KcN7ZKNjnS0Qg9GaVfZUXkMm2ckyIjQmlRcAt4lWzoFKUfUxT69hgTZQ8FLdtO_qduYkRXc_6Nkk' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"filters": [
{
"logic": "string",
"field": "string",
"operator": "string",
"value": {}
}
]
}'{
"code": 0,
"msg": null,
"data": {
"records": [
{
"id": "1916719929397911553",
"uuid": "5fce8fcc-8307-4a05-aedf-2e4c13ef7f6d",
"pushTime": "2025-04-28 05:03:12",
"site": "2871",
"siteName": "浙江敏能",
"userId": "10113934",
"userName": "谭良",
"department": "10100200",
"departmentName": "生产运营一部",
"classroom": "10100226",
"classroomName": "生产一课",
"shift": "1201",
"shiftDesc": "白班",
"shiftDate": "2025-04-28",
"formData": [
{
"process": "A002",
"processDesc": "测试",
"eamNum": "30811960008",
"eamDesc": "",
"item": "40290024021",
"checkPart": "aaa",
"method": "1222221",
"content": "222",
"dataType": "D_2",
"target": null,
"max": null,
"min": null,
"result": ""
},
{
"process": "A001",
"processDesc": "焊接",
"eamNum": "30811960007",
"eamDesc": "",
"item": "40290024021",
"checkPart": "aaa",
"method": "12222",
"content": "11",
"dataType": "D_2",
"target": null,
"max": null,
"min": null,
"result": ""
}
],
"needPhotograph": "Y",
"imageUrl": null,
"instanceStatus": "CREATED"
}
],
"total": 6,
"size": 1,
"current": 1,
"filters": null,
"pages": 6
}
}