GetAllTypes() [NoticeManager]
Create a notice
Description
Creates a new notice.
Package Details
Interface
INoticeManager
Syntax
await NoticeManager.GetAllTypes();
Returns
Task<ICollection<NoticeTypeInfo>>
API
GET
/api/v1/notices/types
Parameters
None
Returns
200 OK - List of notice types
Example
var noticeTypes = await _noticeManager.GetAllTypes();