GET notification/GetNotifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Notification
NameDescriptionTypeAdditional information
UserNotificationID

integer

None.

NotificationMessage

string

None.

FormID

integer

None.

FormTemplateID

integer

None.

UserID

integer

None.

CompanyID

integer

None.

CompanyName

string

None.

CreatedDate

date

None.

SeenDate

date

None.

ShowUntilDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserNotificationID": 1,
    "NotificationMessage": "sample string 2",
    "FormID": 1,
    "FormTemplateID": 1,
    "UserID": 3,
    "CompanyID": 4,
    "CompanyName": "sample string 5",
    "CreatedDate": "2025-07-03T18:47:08.5428826+00:00",
    "SeenDate": "2025-07-03T18:47:08.5428826+00:00",
    "ShowUntilDate": "2025-07-03T18:47:08.5428826+00:00"
  },
  {
    "UserNotificationID": 1,
    "NotificationMessage": "sample string 2",
    "FormID": 1,
    "FormTemplateID": 1,
    "UserID": 3,
    "CompanyID": 4,
    "CompanyName": "sample string 5",
    "CreatedDate": "2025-07-03T18:47:08.5428826+00:00",
    "SeenDate": "2025-07-03T18:47:08.5428826+00:00",
    "ShowUntilDate": "2025-07-03T18:47:08.5428826+00:00"
  }
]

text/html

Sample:
[{"UserNotificationID":1,"NotificationMessage":"sample string 2","FormID":1,"FormTemplateID":1,"UserID":3,"CompanyID":4,"CompanyName":"sample string 5","CreatedDate":"2025-07-03T18:47:08.5428826+00:00","SeenDate":"2025-07-03T18:47:08.5428826+00:00","ShowUntilDate":"2025-07-03T18:47:08.5428826+00:00"},{"UserNotificationID":1,"NotificationMessage":"sample string 2","FormID":1,"FormTemplateID":1,"UserID":3,"CompanyID":4,"CompanyName":"sample string 5","CreatedDate":"2025-07-03T18:47:08.5428826+00:00","SeenDate":"2025-07-03T18:47:08.5428826+00:00","ShowUntilDate":"2025-07-03T18:47:08.5428826+00:00"}]

application/xml, text/xml

Sample:
<ArrayOfNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <Notification>
    <CompanyID>4</CompanyID>
    <CompanyName>sample string 5</CompanyName>
    <CreatedDate>2025-07-03T18:47:08.5428826+00:00</CreatedDate>
    <FormID>1</FormID>
    <FormTemplateID>1</FormTemplateID>
    <NotificationMessage>sample string 2</NotificationMessage>
    <SeenDate>2025-07-03T18:47:08.5428826+00:00</SeenDate>
    <ShowUntilDate>2025-07-03T18:47:08.5428826+00:00</ShowUntilDate>
    <UserID>3</UserID>
    <UserNotificationID>1</UserNotificationID>
  </Notification>
  <Notification>
    <CompanyID>4</CompanyID>
    <CompanyName>sample string 5</CompanyName>
    <CreatedDate>2025-07-03T18:47:08.5428826+00:00</CreatedDate>
    <FormID>1</FormID>
    <FormTemplateID>1</FormTemplateID>
    <NotificationMessage>sample string 2</NotificationMessage>
    <SeenDate>2025-07-03T18:47:08.5428826+00:00</SeenDate>
    <ShowUntilDate>2025-07-03T18:47:08.5428826+00:00</ShowUntilDate>
    <UserID>3</UserID>
    <UserNotificationID>1</UserNotificationID>
  </Notification>
</ArrayOfNotification>