- 1001
- 1058
- 899
- 1071
- 957
- ai
- 1072
- 1072-new
- 397
- 1072-0609
app任务查询
开发中
POST
/api/dms-plugin-server/plugins/plugin-y1001/appTask/queryView
请求参数
Header 参数
dms-language
string
必需
示例值:
zh_CN
Authorization
string
必需
示例值:
bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl9pZCI6IjJmZjYyMmY2LWY5ZWMtNDEzNy1iMjk4LTFjZDVjMWM5ZGJhMyIsInVzZXJfbmFtZSI6MzE1LCJ0b2tlblR0bCI6MzAsInNjb3BlIjpbImFwcCJdLCJpZCI6MzE1LCJleHAiOjE3MzY1MDE0NTYsImV4cGlyeV90aW1lIjoxNzM3Nzk1NjU2NTM0LCJqdGkiOiJmY2RlZDM3Yi01NDE2LTRkMzktOWJkZi1jNTkzMzE3MGE2MjciLCJjbGllbnRfaWQiOiJkbXMiLCJ1c2VybmFtZSI6InpoYW5nZnV4aW4ifQ.aTYbViioygpDV69j4JFYtWZtiVMSf4fmKXQSUxPufkeUUiiuHOsgolDmBgsZNCWyjpwxM6ZSb-3vEMUKQgHkn8ywP5HPUaw6iHCNjVSF9w5nxzJU-CuNd9KhSDRSgISQuH5v6xPf3NvzAv7QHWAFirJBlgj-OPX7CM70zNcKqm2F2t7Czl9IZyGAMvcxl8jxU241GhkKuEspqfe6IXcoHsCTDsFmbuED6B3yt_MT_kyznVohqn6YnQXXs7RPji4xZq9BdOmeZXEAKk8TyhxwdmVlpi-Tps9PSjcZrLbs_lSIol9F8NzU4twtfv-zQCjhX7Xj3JuSJKFCgRxwCtuXGg
dms-shell-id
string
必需
示例值:
315
Content-Type
string
必需
示例值:
application/json
client
string
必需
示例值:
text
Body 参数application/json
app
boolean
必需
classIndex
integer
必需
name
string
必需
viewIndex
integer
必需
objectQuery
object
必需
limit
integer
必需
start
integer
必需
orders
array [object {2}]
必需
示例
{
"app": true,
"classIndex": 2,
"name": "111",
"viewIndex": 3,
"objectQuery": {
"limit": 200,
"start": 0,
"orders": [
{
"name": "sysReceivedTime",
"order": "desc"
}
]
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/dms-plugin-server/plugins/plugin-y1001/appTask/queryView' \
--header 'dms-language: zh_CN' \
--header 'Authorization: bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl9pZCI6IjJmZjYyMmY2LWY5ZWMtNDEzNy1iMjk4LTFjZDVjMWM5ZGJhMyIsInVzZXJfbmFtZSI6MzE1LCJ0b2tlblR0bCI6MzAsInNjb3BlIjpbImFwcCJdLCJpZCI6MzE1LCJleHAiOjE3MzY1MDE0NTYsImV4cGlyeV90aW1lIjoxNzM3Nzk1NjU2NTM0LCJqdGkiOiJmY2RlZDM3Yi01NDE2LTRkMzktOWJkZi1jNTkzMzE3MGE2MjciLCJjbGllbnRfaWQiOiJkbXMiLCJ1c2VybmFtZSI6InpoYW5nZnV4aW4ifQ.aTYbViioygpDV69j4JFYtWZtiVMSf4fmKXQSUxPufkeUUiiuHOsgolDmBgsZNCWyjpwxM6ZSb-3vEMUKQgHkn8ywP5HPUaw6iHCNjVSF9w5nxzJU-CuNd9KhSDRSgISQuH5v6xPf3NvzAv7QHWAFirJBlgj-OPX7CM70zNcKqm2F2t7Czl9IZyGAMvcxl8jxU241GhkKuEspqfe6IXcoHsCTDsFmbuED6B3yt_MT_kyznVohqn6YnQXXs7RPji4xZq9BdOmeZXEAKk8TyhxwdmVlpi-Tps9PSjcZrLbs_lSIol9F8NzU4twtfv-zQCjhX7Xj3JuSJKFCgRxwCtuXGg' \
--header 'dms-shell-id: 315' \
--header 'client: text' \
--header 'Content-Type: application/json' \
--data-raw '{
"app": true,
"classIndex": 2,
"name": "111",
"viewIndex": 3,
"objectQuery": {
"limit": 200,
"start": 0,
"orders": [
{
"name": "sysReceivedTime",
"order": "desc"
}
]
}
}'
返回响应
🟢200成功
application/json
Body
total
integer
必需
data
array [object {18}]
必需
taskId
integer
必需
isAccessory
integer
必需
sourceName
string
必需
bpName
string
必需
bpRecordNo
string
必需
initiator
string
必需
currentStep
string
必需
taskDueTime
string | null
必需
receiptTime
string
必需
standingTime
string
必需
workflowPoliticName
string
必需
expires
integer
必需
sysTitle
null
必需
bpCode
string
必需
bpPathID
string
必需
shellInstId
string
必需
bpInsId
null
必需
creator
integer
必需
success
boolean
必需
dueCount
integer
必需
allCount
integer
必需
noDueCount
integer
必需
示例
{"total":16,"data":[{"taskId":25018,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00027","initiator":"张复欣","currentStep":"问题上报","taskDueTime":"2025-01-10 14:42:58","receiptTime":"2025-01-09 14:42:59","standingTime":"5","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":315},{"taskId":21043,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00025","initiator":"李森","currentStep":"问题确认","taskDueTime":"2025-01-09 10:20:20","receiptTime":"2025-01-08 10:20:20","standingTime":"6","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21038,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00024","initiator":"李森","currentStep":"问题确认","taskDueTime":"2025-01-09 10:19:58","receiptTime":"2025-01-08 10:19:58","standingTime":"6","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21033,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00023","initiator":"李森","currentStep":"问题确认","taskDueTime":"2025-01-09 10:18:44","receiptTime":"2025-01-08 10:18:44","standingTime":"6","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21028,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00022","initiator":"李森","currentStep":"问题判定","taskDueTime":"2025-01-08 14:35:19","receiptTime":"2025-01-07 14:35:19","standingTime":"7","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21023,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00021","initiator":"李森","currentStep":"问题判定","taskDueTime":"2025-01-08 14:32:15","receiptTime":"2025-01-07 14:32:15","standingTime":"7","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21018,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00020","initiator":"李森","currentStep":"问题判定","taskDueTime":"2025-01-08 14:28:24","receiptTime":"2025-01-07 14:28:24","standingTime":"7","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":21008,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00019","initiator":"李森","currentStep":"问题判定","taskDueTime":null,"receiptTime":"2025-01-07 13:36:02","standingTime":"7","workflowPoliticName":"问题上报","expires":0,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":20004,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00017","initiator":"李森","currentStep":"问题判定","taskDueTime":null,"receiptTime":"2025-01-07 11:34:56","standingTime":"7","workflowPoliticName":"问题上报","expires":0,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":19283,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00007","initiator":"张复欣","currentStep":"整改完成2","taskDueTime":"2025-01-07 14:18:50","receiptTime":"2025-01-06 14:18:50","standingTime":"8","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":315},{"taskId":18023,"isAccessory":1,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00006","initiator":"张复欣","currentStep":"整改完成1","taskDueTime":"2025-01-03 17:36:35","receiptTime":"2025-01-02 17:36:35","standingTime":"12","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":315},{"taskId":16008,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00004","initiator":"李森","currentStep":"问题判定","taskDueTime":"2024-12-31 17:20:46","receiptTime":"2024-12-30 17:20:46","standingTime":"15","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":16003,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00003","initiator":"李森","currentStep":"问题判定","taskDueTime":"2024-12-31 16:41:20","receiptTime":"2024-12-30 16:41:20","standingTime":"15","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":7031,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00002","initiator":"李森","currentStep":"复查1","taskDueTime":"2024-12-18 11:57:46","receiptTime":"2024-12-17 11:57:46","standingTime":"28","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":316},{"taskId":7019,"isAccessory":0,"sourceName":"大竹分厂","bpName":"问题管理","bpRecordNo":"bpwtsb-00001","initiator":"张复欣","currentStep":"复查1","taskDueTime":"2024-12-18 11:50:29","receiptTime":"2024-12-17 11:50:29","standingTime":"28","workflowPoliticName":"问题上报","expires":1,"sysTitle":null,"bpCode":"bpwtsb","bpPathID":"bpwtsb","shellInstId":"1064880862811652096","bpInsId":null,"creator":315},{"taskId":7007,"isAccessory":1,"sourceName":"大竹分厂","bpName":"工单(大修)","bpRecordNo":"bp_dxgd-00001","initiator":"李森","currentStep":"公司级审核","taskDueTime":"2024-12-18 10:01:08","receiptTime":"2024-12-17 10:01:08","standingTime":"28","workflowPoliticName":"工单大修","expires":1,"sysTitle":null,"bpCode":"bp_dxgd","bpPathID":"bp_dxgd","shellInstId":"1064880862811652096","bpInsId":null,"creator":316}],"success":true,"dueCount":14,"allCount":16,"noDueCount":2}
修改于 2025-01-14 08:29:42