GET Notifications/Get
Get all Notifications for the current Session's User
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationDtoName | Description | Type | Additional information |
---|---|---|---|
AlertType | AlertType |
None. |
|
Date | date |
None. |
|
Title | string |
None. |
|
Text | string |
None. |
|
Link | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AlertType": "Info", "Date": "2021-01-18T10:44:21.7275602+01:00", "Title": "sample string 2", "Text": "sample string 3", "Link": "sample string 4" }, { "AlertType": "Info", "Date": "2021-01-18T10:44:21.7275602+01:00", "Title": "sample string 2", "Text": "sample string 3", "Link": "sample string 4" } ]