GET /admin/notifications/platform-stats
Retrieve aggregated notification statistics (sends, reads, etc.) for all tenants on the platform. Reference: CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance.
Notification Service `bearerAuth` application/json
Referenced Schemas
dto.NotificationStatsDetailResponse
dto.NotificationStatsResponse
Notification send and read statistics (notification layer does not track delivery status, only read/unread)
| Field | Type | Required | Example | Constraints | Description |
by_type |
object |
No |
|
extra keys: `integer` |
By type |
read_rate |
number |
No |
0.45 |
|
Read rate |
total_read |
integer |
No |
450 |
|
Total read |
total_sent |
integer |
No |
1000 |
|
Total sent |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|