GET api/WorkFlow?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
获取某个表单类型
WorkFlowReturnName | Description | Type | Additional information |
---|---|---|---|
ID |
ID |
integer |
None. |
WorkFlowName |
工作流名称 |
string |
None. |
FormID |
所用表单ID |
integer |
None. |
UserList |
允许使用人 |
string |
None. |
UserNameList |
允许使用人 |
string |
None. |
DepList |
允许使用部门 |
string |
None. |
Sort |
排序 |
integer |
None. |
StaffID |
录入者ID |
integer |
None. |
CreateTime |
录入时间 |
date |
None. |
Remark |
详细说明 |
string |
None. |
IsEnable |
是否启用 |
boolean |
None. |
AppFromID |
关联手机端APP表单 |
integer |
None. |
Range |
工作流使用范围(1-本单位使用,2-本单位及下属单位使用) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "WorkFlowName": "sample string 2", "FormID": 3, "UserList": "sample string 4", "UserNameList": "sample string 5", "DepList": "sample string 6", "Sort": 7, "StaffID": 8, "CreateTime": "2025-05-13T20:43:33.0899944+08:00", "Remark": "sample string 10", "IsEnable": true, "AppFromID": 12, "Range": 13 }