A AuthMS API Wiki API Reference iam.tianv.com →

GET /notifications/read-report

基于数据库中真实通知记录统计已读数、未读数、阅读率等运营指标 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。

通知服务 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200已读报告dto.ReadReportDetailResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
404资源未找到gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.ReadReportDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.ReadReportResponse No
message string No
timestamp string No

dto.ReadReportResponse

通知已读/未读统计报告

FieldTypeRequiredExampleConstraintsDescription
read_count integer No 450 已读
read_rate number No 0.45 阅读率
tenant_id string No tenant-001 租户ID
total_sent integer No 1000 总发送
unread_count integer No 550 未读

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No