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

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

响应示例

状态码: 200

OK

{
  "count" : 1,
  "templates" : [ {
    "id" : "56e0f1b0-ac10-46a5-8fa7-b26831d7d488",
    "name" : "demo-template",
    "description" : "description",
    "source_project_name" : "source project",
    "source_project_id" : "86e0f1b0-ac10-46a5-8fa7-b26831d7d488",
    "source_template_id" : "66e0f1b0-ac10-46a5-8fa7-b26831d7d488",
    "creator" : "demo-user",
    "columns" : [ {
      "name" : "column1",
      "type" : "Long",
      "description" : "description",
      "nullable" : false,
      "primary" : true,
      "searchable" : true,
      "unique" : true,
      "tips" : "tips"
    } ],
    "create_time" : "2021-01-29T09:10:27Z",
    "primary_key" : "ID,GROUP",
    "is_prefab" : false
  } ]
}
support.huaweicloud.com/api-eihealth/ListTemplate.html