Authorization: Bearer ********************
操作符:=、<、<=、>、>=、!=、like、in、is null、is not null
{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}
curl --location --request POST 'http://ip:port/openApi/api/v2/open/work/order/exception/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}'
{
"code": "string",
"data": {
"current": 0,
"pages": 0,
"records": [
{
"alarmReportPersonnel": "string",
"alarmReportPersonnelNickName": "string",
"appendixList": [
{
"createTime": "2019-08-24T14:15:22Z",
"createUser": "string",
"createUserName": "string",
"editor": "string",
"editorName": "string",
"fileName": "string",
"filePath": "string",
"fileSize": "string",
"id": 0,
"isUsed": true,
"relateId": "string",
"relateName": "string",
"remark": "string",
"type": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateUser": "string"
}
],
"classifyId": 0,
"classifyName": "string",
"dealName": "string",
"dealNickName": "string",
"dealState": 0,
"dealStateName": "string",
"dealTime": "2019-08-24T14:15:22Z",
"definitionCode": "string",
"definitionName": "string",
"deviceCode": "string",
"deviceId": 0,
"deviceName": "string",
"explain": "string",
"id": 0,
"improvementMeasure": "string",
"influenceWorkHour": 0,
"isStopLine": true,
"principal": "string",
"productOrderNumber": "string",
"reportTime": "2019-08-24T14:15:22Z",
"type": "string",
"workOrderNumber": "string"
}
],
"size": 0,
"total": 0
},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}