Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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();
  • No labels