医疗智能体 EIHEALTH-获取通知消息列表:响应示例

时间:2024-05-10 16:07:33

响应示例

状态码: 200

OK

{
  "total_count" : 100,
  "unread_count" : 50,
  "notices" : [ {
    "id" : 123456,
    "type" : "RESOURCE",
    "is_read" : true,
    "detail" : "notice detail",
    "create_time" : "2022-11-24 09:33:56"
  } ]
}
support.huaweicloud.com/api-eihealth/ListNotice.html