Get all announcements
GET
/api/announcements/list
Get full announcements to show in admin panel.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Responses
All announcements.
application/json
JSON { "id": 1, "createdAt": "2020-01-29T18:10:16.630Z", "updatedAt": "2020-01-30T22:42:14.789Z", "title": "Announcement title", "announcement": "Announcement text", "visible": true }
[
]

