文档
测试

获取project下flow

GET
^api/flows/(?P<flow_id>\d+)$

响应参数

参数名
类型
描述
必填
status
number
0:success,-1:failed
必填
message
string
success/fail reason
必填
data
object
数据字典
必填
id
number
flow_id
必填
name
string
flow name
必填
description
string
description
必填
owner
object
owner
必填
id
number
owner.id
必填
username
string
owner.username
必填
is_project
number
project标识
必填
edit_user
string
edit_user
必填
is_schedule
number
是否处于调度中的状态
必填
belonging_project_id
number
所属project id
必填
create_time
string
创建时间
必填
update_time
string
更新时间
必填
group_id
number
flow所属组id
必填
is_having_extractmap
number
0/1
必填