List Notifications
POST/api/cloud/2.0/agg/notifications/list
Overview
List notifications for all child tenants for the current tenant.
The current tenant TSG ID is extracted from user JWT.
This is a per-user query.
API Body parameters:- filters:
- readState - valid values are READ, UNREAD
- notifType - UPGRADES, ANNOUNCEMENTS
- By default, if no filters are provided then readState is READ and UNREAD and
notifType
is all the values
- sortByList:
- field - valid values are createdTime or impactedTenantCount
- sortBy - value values are DESC or ASC
Request
Responses
- 200
OK