GET api/Notification?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

None.

Response Information

Resource Description

NotificationList
NameDescriptionTypeAdditional 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": "5791f9ca-8561-4e3a-a4f2-2ae4af5cb53c",
      "TargetId": 2,
      "TargetTag": "sample string 3",
      "Message": "sample string 4",
      "IconClass": "sample string 5",
      "IconColor": "sample string 6",
      "Date": "2025-02-07T07:36:21.8233809+01:00",
      "IsDisplayed": 8
    },
    {
      "Id": "5791f9ca-8561-4e3a-a4f2-2ae4af5cb53c",
      "TargetId": 2,
      "TargetTag": "sample string 3",
      "Message": "sample string 4",
      "IconClass": "sample string 5",
      "IconColor": "sample string 6",
      "Date": "2025-02-07T07:36:21.8233809+01:00",
      "IsDisplayed": 8
    }
  ],
  "NotificationsNotReaded": 1,
  "AccessGranted": true,
  "Error": true,
  "ErrorCode": "sample string 4",
  "ErrorDescription": "sample string 5",
  "Warnings": "sample string 6"
}