/
GetAllTypes() [NoticeManager]
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();
, multiple selections available,
Related content
GetExpiredNoticesByUserId() [NoticeManager]
GetExpiredNoticesByUserId() [NoticeManager]
Read with this
Update() [NoticeManager]
Update() [NoticeManager]
Read with this
GetByUserId() [NoticeManager]
GetByUserId() [NoticeManager]
Read with this
Remove() [NoticeManager]
Remove() [NoticeManager]
Read with this
GetByServiceId() [NoticeManager]
GetByServiceId() [NoticeManager]
Read with this
GetById() [NoticeManager]
GetById() [NoticeManager]
Read with this