GET api/PushNotification/GetPushNotificationsList?associateId={associateId}&take={take}&skip={skip}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateId | integer |
Required |
|
| take | integer |
Required |
|
| skip | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfPushNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PagedRecords | Collection of PushNotificationDTO |
None. |
|
| Data | Collection of PushNotificationDTO |
None. |
|
| TotalRecords | integer |
None. |
|
| TotalAssociateRecords | integer |
None. |
|
| CwaTotal | decimal number |
None. |
|
| AlpTotal | decimal number |
None. |
|
| AnHTotal | decimal number |
None. |
|
| SubmittedAgentCount | integer |
None. |
|
| TotalNoPrds | integer |
None. |
|
| TotalCompletedNoPrds | decimal number |
None. |
|
| TotalCancelNoPrds | integer |
None. |
|
| TotalAlpNoPrds | decimal number |
None. |
|
| FormattedTotalAlpNoPrds | string |
None. |
|
| TotalCompletedAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCompletedAlpNoPrds | string |
None. |
|
| TotalCancelAlpNoPrds | decimal number |
None. |
|
| FormattedTotalCancelAlpNoPrds | string |
None. |
|
| IsSearchLimitCompleted | boolean |
None. |
|
| PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PagedRecords": [
{
"Id": 1,
"ModuleType": 1,
"AssociateId": 1,
"TopicId": 1,
"TopicTitle": "sample string 2",
"TopicTypeId": 3,
"NotificationTitle": "sample string 4",
"NotificationText": "sample string 5",
"Status": 1,
"TimeToNotifyType": 1,
"NotificationTime": "2026-02-03T18:28:05.2382058-08:00",
"ReferenceId": 1,
"ExtraData": "sample string 6",
"CreatedBy": 1,
"CreateDate": "2026-02-03T18:28:05.2382058-08:00",
"ChangedBy": 1,
"ChangeDate": "2026-02-03T18:28:05.2382058-08:00",
"Disabled": true,
"TimeToNotifyTypeId": 1
},
{
"Id": 1,
"ModuleType": 1,
"AssociateId": 1,
"TopicId": 1,
"TopicTitle": "sample string 2",
"TopicTypeId": 3,
"NotificationTitle": "sample string 4",
"NotificationText": "sample string 5",
"Status": 1,
"TimeToNotifyType": 1,
"NotificationTime": "2026-02-03T18:28:05.2382058-08:00",
"ReferenceId": 1,
"ExtraData": "sample string 6",
"CreatedBy": 1,
"CreateDate": "2026-02-03T18:28:05.2382058-08:00",
"ChangedBy": 1,
"ChangeDate": "2026-02-03T18:28:05.2382058-08:00",
"Disabled": true,
"TimeToNotifyTypeId": 1
}
],
"Data": [
{
"Id": 1,
"ModuleType": 1,
"AssociateId": 1,
"TopicId": 1,
"TopicTitle": "sample string 2",
"TopicTypeId": 3,
"NotificationTitle": "sample string 4",
"NotificationText": "sample string 5",
"Status": 1,
"TimeToNotifyType": 1,
"NotificationTime": "2026-02-03T18:28:05.2382058-08:00",
"ReferenceId": 1,
"ExtraData": "sample string 6",
"CreatedBy": 1,
"CreateDate": "2026-02-03T18:28:05.2382058-08:00",
"ChangedBy": 1,
"ChangeDate": "2026-02-03T18:28:05.2382058-08:00",
"Disabled": true,
"TimeToNotifyTypeId": 1
},
{
"Id": 1,
"ModuleType": 1,
"AssociateId": 1,
"TopicId": 1,
"TopicTitle": "sample string 2",
"TopicTypeId": 3,
"NotificationTitle": "sample string 4",
"NotificationText": "sample string 5",
"Status": 1,
"TimeToNotifyType": 1,
"NotificationTime": "2026-02-03T18:28:05.2382058-08:00",
"ReferenceId": 1,
"ExtraData": "sample string 6",
"CreatedBy": 1,
"CreateDate": "2026-02-03T18:28:05.2382058-08:00",
"ChangedBy": 1,
"ChangeDate": "2026-02-03T18:28:05.2382058-08:00",
"Disabled": true,
"TimeToNotifyTypeId": 1
}
],
"TotalRecords": 1,
"TotalAssociateRecords": 2,
"CwaTotal": 3.1,
"AlpTotal": 4.1,
"AnHTotal": 5.1,
"SubmittedAgentCount": 6,
"TotalNoPrds": 7,
"TotalCompletedNoPrds": 8.1,
"TotalCancelNoPrds": 9,
"TotalAlpNoPrds": 10.1,
"FormattedTotalAlpNoPrds": "10.10",
"TotalCompletedAlpNoPrds": 11.1,
"FormattedTotalCompletedAlpNoPrds": "11.10",
"TotalCancelAlpNoPrds": 12.1,
"FormattedTotalCancelAlpNoPrds": "12.10",
"IsSearchLimitCompleted": true,
"PolicySearchesLeft": "sample string 14"
}