POST api/PersonalInfo/GetNotifications
Get Memeber Details from Actisure Service.
Request Information
URI Parameters
None.
Body Parameters
NotificationRequestName | Description | Type | Additional information |
---|---|---|---|
selectparams | integer |
None. |
|
category | string |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "selectparams": 1, "category": "sample string 2", "PageNumber": 3, "PageSize": 4 }
application/xml, text/xml
Sample:
<NotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.API.Models"> <PageNumber>3</PageNumber> <PageSize>4</PageSize> <category>sample string 2</category> <selectparams>1</selectparams> </NotificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NotificationResponseName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalUnreadCount | integer |
None. |
|
Id | integer |
None. |
|
EntityID | integer |
None. |
|
Category | string |
None. |
|
Type | string |
None. |
|
IsRead | boolean |
None. |
|
Message | string |
None. |
|
NotificationTo | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
ModifiedBy | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.