GET Users/Notifications?RestrictToId={RestrictToId}&IncludeRead={IncludeRead}&Top={Top}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RestrictToId

integer

Default value is 0

IncludeRead

boolean

Default value is False

Top

integer

Default value is 10

Body Parameters

None.

Response Information

Resource Description

Collection of Notification
NameDescriptionTypeAdditional information
CustomerNotificationId

integer

None.

CustomerId

integer

None.

DateCreated

date

None.

Subject

string

None.

Body

string

None.

ChannelName

string

None.

ServiceName

string

None.

UnitName

string

None.

HasBeenRead

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerNotificationId": 1,
    "CustomerId": 2,
    "DateCreated": "2025-09-13T08:25:42.3190366+10:00",
    "Subject": "sample string 4",
    "Body": "sample string 5",
    "ChannelName": "sample string 6",
    "ServiceName": "sample string 7",
    "UnitName": "sample string 8",
    "HasBeenRead": true
  },
  {
    "CustomerNotificationId": 1,
    "CustomerId": 2,
    "DateCreated": "2025-09-13T08:25:42.3190366+10:00",
    "Subject": "sample string 4",
    "Body": "sample string 5",
    "ChannelName": "sample string 6",
    "ServiceName": "sample string 7",
    "UnitName": "sample string 8",
    "HasBeenRead": true
  }
]