List global announcements
Lists announcements visible to the user. Only admin clients will see INACTIVE announcements. Results are ordered by creation date (newest first) by default.
Permissions: Any authenticated user with an Air scope.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Number of results to return per page.
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by message.
severity
Filter by severity.
* `INFO` - Info
* `ALERT` - Alert
Allowed values:
state
Filter by state (can specify multiple values). Only admin clients will see INACTIVE announcements.
Allowed values:
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error