GET api/Notification?key={key}&pageNumber={pageNumber}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| pageNumber | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 5 |
Body Parameters
None.
Response Information
Resource Description
NotificationList| Name | Description | Type | Additional information |
|---|---|---|---|
| Notifications | Collection of NotificationDisplayData |
None. |
|
| NotificationsNotReaded | integer |
None. |
|
| AccessGranted | boolean |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Notifications": [
{
"Id": "205879f3-9fc2-4877-a0e3-760bd3041a2d",
"TargetId": 2,
"TargetTag": "sample string 3",
"Message": "sample string 4",
"IconClass": "sample string 5",
"IconColor": "sample string 6",
"Date": "2025-11-08T05:27:25.6169239+01:00",
"IsDisplayed": 8,
"Position": null,
"Address": "sample string 9",
"Map": "sample string 10",
"Latitude": 11.1,
"Longitude": 12.1
},
{
"Id": "205879f3-9fc2-4877-a0e3-760bd3041a2d",
"TargetId": 2,
"TargetTag": "sample string 3",
"Message": "sample string 4",
"IconClass": "sample string 5",
"IconColor": "sample string 6",
"Date": "2025-11-08T05:27:25.6169239+01:00",
"IsDisplayed": 8,
"Position": null,
"Address": "sample string 9",
"Map": "sample string 10",
"Latitude": 11.1,
"Longitude": 12.1
}
],
"NotificationsNotReaded": 1,
"AccessGranted": true,
"Error": true,
"ErrorCode": "sample string 4",
"ErrorDescription": "sample string 5",
"Warnings": "sample string 6"
}