医疗智能体 EIHEALTH-查询模板列表:响应参数

时间:2024-05-11 08:28:28

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

count

Integer

模板总数

templates

Array of TemplateRsp objects

模板列表

表4 TemplateRsp

参数

参数类型

描述

id

String

模板id

name

String

模板名称

description

String

模板描述

source_project_name

String

来源项目名称

source_project_id

String

来源项目id

source_template_id

String

来源模板id

creator

String

创建者

columns

Array of DatabaseColumnDto objects

数据库列信息列表

create_time

String

创建时间

primary_key

String

主键

is_prefab

Boolean

是否是预置模板

表5 DatabaseColumnDto

参数

参数类型

描述

name

String

列名

最小长度:1

最大长度:55

type

String

列类型

枚举值:

  • Long

  • String

  • Double

description

String

列描述信息

最小长度:0

最大长度:1024

nullable

Boolean

列是否允许为空

primary

Boolean

是否作为主键

searchable

Boolean

是否可查询

unique

Boolean

是否唯一

tips

String

查询参数格式的提示信息

最小长度:0

最大长度:1024

support.huaweicloud.com/api-eihealth/ListTemplate.html