/
GetAll() [NoticeManager]
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();
, multiple selections available,
Related content
GetByServiceId() [NoticeManager]
GetByServiceId() [NoticeManager]
More like this
Create() [NoticeManager]
Create() [NoticeManager]
More like this
GetByUserId() [NoticeManager]
GetByUserId() [NoticeManager]
More like this
NoticeManager
NoticeManager
More like this
GetTemplates()
GetTemplates()
More like this
Notices
Notices
More like this