Docs › API Reference › Notification Service › GET /notifications/read-report
GET /notifications/read-report
Calculate read count, unread count, read rate, and other operational metrics based on real notification records in the database. Reference: CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance.
Notification Service `bearerAuth` application/json
Referenced Schemas
dto.ReadReportDetailResponse
Field Type Required Example Constraints Description
code
integer
No
data
dto.ReadReportResponse
No
message
string
No
timestamp
string
No
dto.ReadReportResponse
Notification read/unread statistics report
Field Type Required Example Constraints Description
read_count
integer
No
450
Read
read_rate
number
No
0.45
Read rate
tenant_id
string
No
tenant-001
Tenant ID
total_sent
integer
No
1000
Total sent
unread_count
integer
No
550
Unread
gitee_com_linmes_authms_base_dto.SimpleResponse
Field Type Required Example Constraints Description
code
integer
No
message
string
No
timestamp
string
No