POST api/NotificationApp/Action/GetNotificationByUser
Get Notifications By userid.
Request Information
URI Parameters
None.
Body Parameters
NotificationParamVMName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageVMOfIEnumerableOfNotificationAppVMName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
message | string |
None. |
|
data | Collection of NotificationAppVM |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ { "Id": 1, "UserId": 1, "LUAlertType": "sample string 2", "LogDate": "2024-12-23T14:31:18.5206323Z", "LUType": "sample string 3", "RecordId": 4, "IsArchived": true, "IsRead": true, "Message": "sample string 7", "Status": "sample string 8", "DealerName": "sample string 9" }, { "Id": 1, "UserId": 1, "LUAlertType": "sample string 2", "LogDate": "2024-12-23T14:31:18.5206323Z", "LUType": "sample string 3", "RecordId": 4, "IsArchived": true, "IsRead": true, "Message": "sample string 7", "Status": "sample string 8", "DealerName": "sample string 9" } ], "total": 3 }