GET v6/notification/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| Title | string |
None. |
|
| SubTitle | string |
None. |
|
| NotificationBody | string |
None. |
|
| CreationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"notificationId": 1,
"title": "sample string 2",
"subTitle": "sample string 3",
"notificationBody": "sample string 4",
"creationDate": "2025-11-08T10:08:06.2694932+00:00"
},
{
"notificationId": 1,
"title": "sample string 2",
"subTitle": "sample string 3",
"notificationBody": "sample string 4",
"creationDate": "2025-11-08T10:08:06.2694932+00:00"
}
]