Get a list of active outage notices
Description
Retrieves a list of currently active outage notices.
Package Details
Interface
IOutageNoticeManager
Syntax
await OutageNoticeManager.GetAll();
Returns
Task<ICollection<OutageNotice>>
API
GET
/api/v1/outage-notices
Returns
200 OK - List of outage notices
Example
var notices = await _outageNoticeManager.GetAll();