POST Notification/Get
Get List notification by memberId and Pagination
Request Information
URI Parameters
None.
Body Parameters
ParamPaginationName | Description | Type | Additional information |
---|---|---|---|
Search | string |
None. |
|
TotalRowPerPage | integer |
None. |
|
Page | integer |
None. |
|
OrderByColumnName | string |
None. |
|
OrderByDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Search": "sample string 1", "TotalRowPerPage": 1, "Page": 1, "OrderByColumnName": "sample string 2", "OrderByDirection": "sample string 3" }
Response Information
Resource Description
ResultPaginationModelOfListOfNotificationModelName | Description | Type | Additional information |
---|---|---|---|
TotalRow | integer |
None. |
|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | Collection of NotificationModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalRow": 1, "StatusCode": "sample string 2", "StatusMessage": "sample string 3", "Value": [ { "ID": "949f982b-8cd5-4027-8cc6-06c63c6e1c90", "MemberID": 2, "Message": "sample string 3", "Type": "sample string 4", "CreatedDate": "2024-11-17T01:31:18.1899959+07:00", "IsRead": true, "Title": "sample string 6", "ReferenceCode": "sample string 7", "LeftIcon": "sample string 8", "RightIcon": "sample string 9", "Point": 1, "LinkUrl": "sample string 10" }, { "ID": "949f982b-8cd5-4027-8cc6-06c63c6e1c90", "MemberID": 2, "Message": "sample string 3", "Type": "sample string 4", "CreatedDate": "2024-11-17T01:31:18.1899959+07:00", "IsRead": true, "Title": "sample string 6", "ReferenceCode": "sample string 7", "LeftIcon": "sample string 8", "RightIcon": "sample string 9", "Point": 1, "LinkUrl": "sample string 10" } ] }