Autional Autional
API Reference GitHub autional.com →

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

Responses

StatusDescriptionSchema
200Read reportdto.ReadReportDetailResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
403Insufficient permissionsgitee_com_linmes_authms_base_dto.SimpleResponse
404Resource not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_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

Notification read/unread statistics report

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No