GET api/Notifications_byEventUser/{EventId}/{UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventId | integer | Required | |
| UserId | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
event_related_notifications| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventReviewNotifications | Collection of list_notification_dc | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "EventReviewNotifications": [
    {
      "NotificationId": 1,
      "UserId": 1,
      "ittfid": 1,
      "FromUserId": 2,
      "Fromittfid": 1,
      "LinkedRecordId": 3,
      "Content": "sample string 4",
      "Status": "sample string 5",
      "Module": "sample string 6",
      "ReadDateTime": "2025-10-31T07:08:13.7030404+00:00",
      "CreatedDateTime": "2025-10-31T07:08:13.7030404+00:00"
    },
    {
      "NotificationId": 1,
      "UserId": 1,
      "ittfid": 1,
      "FromUserId": 2,
      "Fromittfid": 1,
      "LinkedRecordId": 3,
      "Content": "sample string 4",
      "Status": "sample string 5",
      "Module": "sample string 6",
      "ReadDateTime": "2025-10-31T07:08:13.7030404+00:00",
      "CreatedDateTime": "2025-10-31T07:08:13.7030404+00:00"
    }
  ]
}
        application/xml, text/xml
            Sample:
<event_related_notifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <EventReviewNotifications>
    <list_notification_dc>
      <Content>sample string 4</Content>
      <CreatedDateTime>2025-10-31T07:08:13.7030404+00:00</CreatedDateTime>
      <FromUserId>2</FromUserId>
      <Fromittfid>1</Fromittfid>
      <LinkedRecordId>3</LinkedRecordId>
      <Module>sample string 6</Module>
      <NotificationId>1</NotificationId>
      <ReadDateTime>2025-10-31T07:08:13.7030404+00:00</ReadDateTime>
      <Status>sample string 5</Status>
      <UserId>1</UserId>
      <ittfid>1</ittfid>
    </list_notification_dc>
    <list_notification_dc>
      <Content>sample string 4</Content>
      <CreatedDateTime>2025-10-31T07:08:13.7030404+00:00</CreatedDateTime>
      <FromUserId>2</FromUserId>
      <Fromittfid>1</Fromittfid>
      <LinkedRecordId>3</LinkedRecordId>
      <Module>sample string 6</Module>
      <NotificationId>1</NotificationId>
      <ReadDateTime>2025-10-31T07:08:13.7030404+00:00</ReadDateTime>
      <Status>sample string 5</Status>
      <UserId>1</UserId>
      <ittfid>1</ittfid>
    </list_notification_dc>
  </EventReviewNotifications>
</event_related_notifications>