安全云脑 SECMASTER-查询流程列表:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
X-request-id |
String |
请求ID,格式为:request_uuid-timestamp-hostname |
参数 |
参数类型 |
描述 |
---|---|---|
code |
String |
返回码 |
total |
Integer |
数据总条数 |
offset |
Integer |
当前页大小 |
limit |
Integer |
当前页码 |
message |
String |
请求ID |
success |
Boolean |
是否成功 |
data |
Array of AopWorkflowInfo objects |
流程信息列表 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
流程ID |
name |
String |
流程名称 |
description |
String |
描述 |
project_id |
String |
租户ID |
owner_id |
String |
所有者ID |
creator_id |
String |
创建者ID |
edit_role |
String |
编辑角色 |
use_role |
String |
是用角色 |
approve_role |
String |
审核人 |
enabled |
Boolean |
是否已启用 |
workspace_id |
String |
工作空间ID |
version_id |
String |
流程版本ID |
current_approval_version_id |
String |
当前待审核版本号 |
current_rejected_versoin_id |
String |
当前拒绝的版本号 |
aop_type |
String |
aop的类型有以下的值 NORMAL, 通用 SURVEY, 调查 HEMOSTASIS,止血 EASE;缓解 |
engine_type |
String |
引擎的类型分为共享版和专项版 |
dataclass_id |
String |
数据类的ID |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
X-request-id |
String |
请求ID,格式为:request_uuid-timestamp-hostname |
参数 |
参数类型 |
描述 |
---|---|---|
code |
String |
错误码 |
message |
String |
错误描述 |