GET api/GetInfo?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 |
ID=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某个任务
APITaskListOutPutName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ProjectID |
项目ID(非项目任务,此项为0) |
integer |
None. |
Type |
任务类型 |
TaskType |
None. |
Name |
任务名称 |
string |
None. |
Content |
任务详情 |
string |
None. |
Remark |
备注 |
string |
None. |
CreateStaffID |
创建任务者ID |
integer |
None. |
Executors |
审核者(执行人)列表 |
string |
None. |
OtherExecutors |
其它审核者(辅助执行人)列表 |
string |
None. |
Creatime |
创建时间 |
date |
None. |
OverTime |
超时间 |
date |
None. |
ToUserType |
审核者用户类型 |
UserTypeList |
None. |
ChanelType |
频道类型 |
TaskChanelType |
None. |
DealState |
完成状态 |
TaskDealState |
None. |
State |
审核状态 |
TaskState |
None. |
UpdaterId |
更改者ID |
integer |
None. |
UpdateTime |
更新时间 |
date |
None. |
AttachType |
附件类型 |
TaskAttachType |
None. |
AttachUrl |
附件ID |
string |
None. |
Level |
优先级 |
TaskLevel |
None. |
Privacy |
隐私性 |
TaskPrivacy |
None. |
Url |
独立链接 |
string |
None. |
IsRead |
是否已读 |
boolean |
None. |
IsFollow |
是否关注 |
boolean |
None. |
Remind |
提醒 |
integer |
None. |
Auditor |
审核者ID |
integer |
None. |
FromDataJson |
表单数据JSON |
string |
None. |
CreateStaffName |
创建任务者姓名 |
string |
None. |
ExecutorNames |
审核者(执行人)姓名列表 |
string |
None. |
OtherExecutorNames |
其它审核者(辅助执行人)名称列表 |
string |
None. |
AuditorName |
审核者名称 |
string |
None. |
ProjectName |
项目名称 |
string |
None. |
CreateUserImg |
创建者用户头像 |
string |
None. |
WordId |
工作流ID |
integer |
None. |
WordNodeId |
工作流节点ID |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "ProjectID": 2, "Type": 0, "Name": "sample string 3", "Content": "sample string 4", "Remark": "sample string 5", "CreateStaffID": 6, "Executors": "sample string 7", "OtherExecutors": "sample string 8", "Creatime": "2025-05-13T21:28:16.9142441+08:00", "OverTime": "2025-05-13T21:28:16.9142441+08:00", "ToUserType": 0, "ChanelType": 0, "DealState": 0, "State": 0, "UpdaterId": 11, "UpdateTime": "2025-05-13T21:28:16.9142441+08:00", "AttachType": 0, "AttachUrl": "sample string 13", "Level": 1, "Privacy": 1, "Url": "sample string 14", "IsRead": true, "IsFollow": true, "Remind": 17, "Auditor": 18, "FromDataJson": "sample string 19", "CreateStaffName": "sample string 20", "ExecutorNames": "sample string 21", "OtherExecutorNames": "sample string 22", "AuditorName": "sample string 23", "ProjectName": "sample string 24", "CreateUserImg": "sample string 25", "WordId": 26, "WordNodeId": 27 }