GetAll() [NoticeManager]
Get a list of active notices
Description
Retrieves a list of currently active notices.
Package Details
Interface
INoticeManager
Syntax
await NoticeManager.GetAll();
Returns
Task<ICollection<Notice>>
API
GET
/api/v1/notices
Returns
200 OK - List of notices
Example
var notices = await _noticeManager.GetAll();