GET api/Notifications/{UserId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of list_notification_dcName | Description | Type | Additional information |
---|---|---|---|
NotificationId | integer |
None. |
|
UserId | integer |
None. |
|
ittfid | integer |
None. |
|
FromUserId | integer |
None. |
|
Fromittfid | integer |
None. |
|
LinkedRecordId | integer |
None. |
|
Content | string |
None. |
|
Status | string |
None. |
|
Module | string |
None. |
|
ReadDateTime | date |
None. |
|
CreatedDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "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-07-18T15:25:03.5208063+00:00", "CreatedDateTime": "2025-07-18T15:25:03.5208063+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-07-18T15:25:03.5208063+00:00", "CreatedDateTime": "2025-07-18T15:25:03.5208063+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOflist_notification_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <list_notification_dc> <Content>sample string 4</Content> <CreatedDateTime>2025-07-18T15:25:03.5208063+00:00</CreatedDateTime> <FromUserId>2</FromUserId> <Fromittfid>1</Fromittfid> <LinkedRecordId>3</LinkedRecordId> <Module>sample string 6</Module> <NotificationId>1</NotificationId> <ReadDateTime>2025-07-18T15:25:03.5208063+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-07-18T15:25:03.5208063+00:00</CreatedDateTime> <FromUserId>2</FromUserId> <Fromittfid>1</Fromittfid> <LinkedRecordId>3</LinkedRecordId> <Module>sample string 6</Module> <NotificationId>1</NotificationId> <ReadDateTime>2025-07-18T15:25:03.5208063+00:00</ReadDateTime> <Status>sample string 5</Status> <UserId>1</UserId> <ittfid>1</ittfid> </list_notification_dc> </ArrayOflist_notification_dc>