- 家医端
- 首页
- 居民健康档案
- 居民
- 任务
- 枚举值列表
- 签约
- innerapi
- 家庭病床
- 协议书
- 医患咨询
- v1.7.0
- 文件上传POST
- 居民端
- 基础组件
- 用户登录鉴权
- 居民
- 消息【站内信】
- 消息【家医对 话】
- 社区
- 家医签约
- innerapi
- 内部服务
- 三方应用
- 家医
- 能力中心
- 任务中心
- 配置平台
- 内容中心
- 优化项
- 三级治理中心
- 资源中心
评价记录查询
GET
/innerapi/eva/search-list
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
page
string
可选
示例值:
1
perPage
string
可选
示例值:
1
Header 参数
x1-gp-color
string
可选
默认值:
{{IS_GRAY}}
Authorization
string
可选
默认值:
std_token3ff405973ea91aa5884f7a4560b838f5
Body 参数application/json
object {0}
示例
{
"fields": [
[
"where",
[
"and",
[
"send_date",
"is not",
null
],
[
"extend_field_c",
"like",
"%吴少%"
]
]
]
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/innerapi/eva/search-list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
[
"where",
[
"and",
[
"send_date",
"is not",
null
],
[
"extend_field_c",
"like",
"%吴少%"
]
]
]
]
}'
返回响应
🟢200成功
application/json
Body
message
string
必需
code
integer
必需
data
object
必需
paginate
object
必需
list
array [object {17}]
必需
示例
{
"message": "操作成功",
"code": 200,
"data": {
"paginate": {
"total": 4,
"current_page": 1,
"current_count": 4,
"page_size": 15
},
"list": [
{
"id": 1,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [],
"created_at": "2024-08-05 17:17:00",
"timeliness": "5",
"quality": "4",
"satisfaction": "5",
"info": "cesasdasd",
"send_data": "2024-08-06 11:40:16",
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 2,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fff?id=xxx",
"name": "查看服务包",
"type": "1"
}
],
"created_at": "2024-08-05 18:02:54",
"timeliness": "5",
"quality": "4",
"satisfaction": "5",
"info": "cesasdasd",
"send_data": "2024-08-06 10:55:36",
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 3,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fffd?id=xxx",
"name": "查看服务包",
"type": "1"
}
],
"created_at": "2024-08-05 18:07:05",
"timeliness": null,
"quality": null,
"satisfaction": null,
"info": null,
"send_data": null,
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
},
{
"id": 4,
"type": "service_pack",
"title": "颈椎病治疗服务包",
"desc": null,
"operation_object": [
{
"data": "/innerapi/xx/fffd?id=xxx",
"name": "查看服务包",
"type": "2"
}
],
"created_at": "2024-08-06 14:56:38",
"timeliness": null,
"quality": null,
"satisfaction": null,
"info": null,
"send_data": null,
"extend_field_a": "张玉明",
"extend_field_b": "13858274776",
"extend_field_c": "胡峰镇中心卫生院",
"extend_field_d": null,
"extend_field_e": null,
"extend_field_f": null
}
]
}
}
修改于 2025-03-25 09:35:53