GET NotificationsTables/GetNotificationsTables
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationsTableName | Description | Type | Additional information |
---|---|---|---|
notificationId | integer |
None. |
|
senderId | integer |
None. |
|
senderType | integer |
None. |
|
receiverId | integer |
None. |
|
receiverType | integer |
None. |
|
sendDate | date |
None. |
|
description | string |
None. |
|
status | integer |
None. |
|
readDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "notificationId": 1, "senderId": 1, "senderType": 1, "receiverId": 1, "receiverType": 1, "sendDate": "2025-07-07T23:09:35.0987041+05:00", "description": "sample string 2", "status": 1, "readDate": "2025-07-07T23:09:35.0987041+05:00" }, { "notificationId": 1, "senderId": 1, "senderType": 1, "receiverId": 1, "receiverType": 1, "sendDate": "2025-07-07T23:09:35.0987041+05:00", "description": "sample string 2", "status": 1, "readDate": "2025-07-07T23:09:35.0987041+05:00" } ]
application/xml, text/xml
Sample:
<ArrayOfNotificationsTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/projectalminha.Models"> <NotificationsTable> <description>sample string 2</description> <notificationId>1</notificationId> <readDate>2025-07-07T23:09:35.0987041+05:00</readDate> <receiverId>1</receiverId> <receiverType>1</receiverType> <sendDate>2025-07-07T23:09:35.0987041+05:00</sendDate> <senderId>1</senderId> <senderType>1</senderType> <status>1</status> </NotificationsTable> <NotificationsTable> <description>sample string 2</description> <notificationId>1</notificationId> <readDate>2025-07-07T23:09:35.0987041+05:00</readDate> <receiverId>1</receiverId> <receiverType>1</receiverType> <sendDate>2025-07-07T23:09:35.0987041+05:00</sendDate> <senderId>1</senderId> <senderType>1</senderType> <status>1</status> </NotificationsTable> </ArrayOfNotificationsTable>