GET NotificationsAPI/GetNotifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Notifications
NameDescriptionTypeAdditional information
NotificationsID

integer

None.

GoLive

boolean

None.

NotificationText

string

None.

NotificationTitle

string

None.

PeopleIDSender

integer

None.

TheSender

string

None.

DateAdded

date

None.

DateAddedStr

string

None.

Impact

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NotificationsID": 1,
    "GoLive": true,
    "NotificationText": "sample string 3",
    "NotificationTitle": "sample string 4",
    "PeopleIDSender": 5,
    "TheSender": "sample string 6",
    "DateAdded": "2024-05-02T20:52:25.0740323+01:00",
    "DateAddedStr": "sample string 8",
    "Impact": 9
  },
  {
    "NotificationsID": 1,
    "GoLive": true,
    "NotificationText": "sample string 3",
    "NotificationTitle": "sample string 4",
    "PeopleIDSender": 5,
    "TheSender": "sample string 6",
    "DateAdded": "2024-05-02T20:52:25.0740323+01:00",
    "DateAddedStr": "sample string 8",
    "Impact": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfNotifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <Notifications>
    <DateAdded>2024-05-02T20:52:25.0740323+01:00</DateAdded>
    <DateAddedStr>sample string 8</DateAddedStr>
    <GoLive>true</GoLive>
    <Impact>9</Impact>
    <NotificationText>sample string 3</NotificationText>
    <NotificationTitle>sample string 4</NotificationTitle>
    <NotificationsID>1</NotificationsID>
    <PeopleIDSender>5</PeopleIDSender>
    <TheSender>sample string 6</TheSender>
  </Notifications>
  <Notifications>
    <DateAdded>2024-05-02T20:52:25.0740323+01:00</DateAdded>
    <DateAddedStr>sample string 8</DateAddedStr>
    <GoLive>true</GoLive>
    <Impact>9</Impact>
    <NotificationText>sample string 3</NotificationText>
    <NotificationTitle>sample string 4</NotificationTitle>
    <NotificationsID>1</NotificationsID>
    <PeopleIDSender>5</PeopleIDSender>
    <TheSender>sample string 6</TheSender>
  </Notifications>
</ArrayOfNotifications>