GET api/WorkToDos?u={u}&t={t}&d={d}
获取工作列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
PageNumber=[PageNumber,int],PageSize=[PageSize,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取工作列表
WorkToDoReturnName | Description | Type | Additional information |
---|---|---|---|
ID |
ID |
integer |
None. |
WorkName |
工作名称 |
string |
None. |
FormID |
表单ID |
integer |
None. |
WorkFlowID |
工作流ID |
integer |
None. |
StaffID |
发起人ID |
integer |
None. |
StaffName |
发起人姓名 |
string |
None. |
CreateTime |
发起时间 |
date |
None. |
FormContent |
表单内容 |
Collection of APIWorkFlowValuesPost |
None. |
FilesList |
附件文件 |
string |
None. |
workTodoInfo | Collection of ApiWorkToDoInfoReturn |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "WorkName": "sample string 2", "FormID": 3, "WorkFlowID": 4, "StaffID": 5, "StaffName": "sample string 6", "CreateTime": "2025-05-13T21:31:26.7673346+08:00", "FormContent": [ { "FormFiledID": "e93b1225-896a-416c-9d8a-2b0af0cb3792", "Values": "sample string 2", "Name": "sample string 3" }, { "FormFiledID": "e93b1225-896a-416c-9d8a-2b0af0cb3792", "Values": "sample string 2", "Name": "sample string 3" } ], "FilesList": "sample string 8", "workTodoInfo": [ { "AuditingContent": "sample string 1", "WorkFlowNodeID": 2, "WorkFlowNodeName": "sample string 3", "AuditorList": "sample string 4", "AuditorPassList": "sample string 5", "AuditorPassListName": "sample string 6", "State": 7, "FilesList": "sample string 8", "CreateTime": "2025-05-13T21:31:26.7673346+08:00" }, { "AuditingContent": "sample string 1", "WorkFlowNodeID": 2, "WorkFlowNodeName": "sample string 3", "AuditorList": "sample string 4", "AuditorPassList": "sample string 5", "AuditorPassListName": "sample string 6", "State": 7, "FilesList": "sample string 8", "CreateTime": "2025-05-13T21:31:26.7673346+08:00" } ] }