...
200 OK - List of outage notices
Example
Code Block | ||
---|---|---|
| ||
const int userId = 123 |
...
; var notices = await _outageNoticeManager.GetByUserId(userId); |
...
200 OK - List of outage notices
Code Block | ||
---|---|---|
| ||
const int userId = 123 |
...
; var notices = await _outageNoticeManager.GetByUserId(userId); |