Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get a list of active

...

notices

Description

Retrieves a list of currently active outage notices.

Package Details

Interface

IOutageNoticeManagerINoticeManager

Syntax

await OutageNoticeManagerNoticeManager.GetAll();

Returns

Task<ICollection<OutageNotice>>Task<ICollection<Notice>>

API

GET
/api/v1/outage-notices

Returns

200 OK - List of outage notices

Example

Code Block
languagec#
var notices = await _outageNoticeManagernoticeManager.GetAll();