查看指定画像模板的字段定义与配置详情
获取指定画像模板的详情,包含字段定义和配置信息。
请求方法与路径
GET https://dashscope.aliyuncs.com/api/v2/apps/memory/profile_schemas/{profile_schema_id}
请求参数
| 参数 | 类型 | 必填 | 位置 | 说明 |
|---|---|---|---|---|
profile_schema_id | string | 是 | Path | 画像模板 ID |
memory_library_id | string | 否 | Query | 记忆库 ID |
返回结果
| 字段 | 类型 | 说明 |
|---|---|---|
request_id | string | 请求 ID |
name | string | 画像模板名称 |
description | string | 画像模板描述 |
plan_version | string | 收费计划 |
extract_scene | string | 提取场景 |
attributes | array | 画像属性列表 |
attributes[].attribute_id | string | 属性 ID |
attributes[].name | string | 属性名称 |
attributes[].description | string | 属性描述 |
代码示例
cURL