GET api/WorkFlowWT?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=[Id,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某个工作委托
WorkFlowName | Description | Type | Additional information |
---|---|---|---|
ID |
ID |
integer |
None. |
WorkFlowName |
工作流名称 |
string |
None. |
FormID |
所用表单ID |
integer |
None. |
UserList |
负责人 |
string |
None. |
DepList |
允许使用部门 |
string |
None. |
RoleList |
允许使用角色 |
string |
None. |
Sort |
排序 |
integer |
None. |
StaffID |
录入者ID |
integer |
None. |
CreateTime |
录入时间 |
date |
None. |
Remark |
详细说明 |
string |
None. |
IsEnable |
是否启用 |
boolean |
None. |
AppFromID |
关联手机端APP表单 |
integer |
None. |
WorkNodeID |
关联节点ID(子流程时使用) |
integer |
None. |
Range |
工作流使用范围(1-本单位使用,2-本单位及下属单位使用) |
integer |
None. |
NodeJsonData | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "WorkFlowName": "sample string 2", "FormID": 3, "UserList": "sample string 4", "DepList": "sample string 5", "RoleList": "sample string 6", "Sort": 7, "StaffID": 8, "CreateTime": "2025-05-13T20:44:55.0860562+08:00", "Remark": "sample string 10", "IsEnable": true, "AppFromID": 12, "WorkNodeID": 13, "Range": 14, "NodeJsonData": "sample string 15" }