文档
测试

流程类型列表

GET
https://test-napi.bangdao-tech.com/whale-flow-test/external/api/v1/flwExtendFlowType/bindingFlowTypeList?app=SW-PRE

接口描述

绑定流程设计的流程类型列表

请求头

参数名
类型
描述
必填
Authorization
string
示例: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjEwMDAwLTBkNWI4YzRjLTM3ODItNGEyYS1iYWJjLTk4ZjNhZTI2NDZjYiJ9.kwcGzIAEnWI9fxvRYXwmSU9aKrOPbWleRAnmGRLGxkc_oEDVTijI7mKpnwZd0ZZtf4yZuQEk3CgbcqVLLMY8Xg
必填

请求参数

参数名
类型
描述
必填
app
string
示例:SW-PRE
必填

响应参数

参数名
类型
描述
必填
code
string
示例:10000
必填
data
array
数据列表
必填
app
string
示例:SW-PRE
必填
businessType
string
示例:normal
必填
createTime
int
示例:1691651441000
必填
creator
string
示例:10000
必填
lastOperator
string
示例:10000
必填
tenantId
string
示例:10000
必填
typeCode
string
示例:ft_d5ee
必填
typeId
string
示例:193
必填
typeLabel
string
示例:App离线工单测试
必填
typeStatus
string
示例:1
必填
updateTime
int
示例:1691651441000
必填
message
string
示例:SUCCESS
必填
success
boolean
示例:true
必填
traceId
string
示例:0AE958A616916522489151958
必填

说明 / 示例

原接口入参不动,此接口过滤入参支持 <if test="typeStatus != null and typeStatus != ''"> and t1.type_status = #{typeStatus} and t2.flow_status = #{typeStatus} </if> <if test="businessType != null and businessType != ''"> and t1.business_type = #{businessType} </if> <if test="app != null and app != ''"> and t1.app = #{app} </if> <if test="tenantId != null and tenantId != ''"> and t1.tenant_id = #{tenantId} </if>