GET api/NewsAndAnnouncements/GetNewsAndAnnouncements?take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}&date={date}&search={search}&isDisabled={isDisabled}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
take | integer |
Required |
|
skip | integer |
Required |
|
sortColumn | string |
Required |
|
sortDirection | string |
Required |
|
date | string |
Default value is |
|
search | string |
Default value is |
|
isDisabled | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfNewsAndAnnouncementsDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of NewsAndAnnouncementsDTO |
None. |
|
Data | Collection of NewsAndAnnouncementsDTO |
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": [ { "ChangeDate": "2025-10-14T00:46:03.1443075-07:00", "ChangedBy": 1, "Content": "sample string 1", "CreateDate": "2025-10-14T00:46:03.1443075-07:00", "CreatedBy": 3, "Disabled": true, "EndDate": "2025-10-14T00:46:03.1443075-07:00", "Id": 5, "ImageName": "sample string 6", "S3FileName": "sample string 7", "StartDate": "2025-10-14T00:46:03.1443075-07:00", "Title": "sample string 8", "StartDateInString": "10/14/2025", "EndDateInString": "10/14/2025", "FileBytes": "QEA=", "FileBytesInBase64String": "sample string 9", "isCurrentlyActive": false }, { "ChangeDate": "2025-10-14T00:46:03.1443075-07:00", "ChangedBy": 1, "Content": "sample string 1", "CreateDate": "2025-10-14T00:46:03.1443075-07:00", "CreatedBy": 3, "Disabled": true, "EndDate": "2025-10-14T00:46:03.1443075-07:00", "Id": 5, "ImageName": "sample string 6", "S3FileName": "sample string 7", "StartDate": "2025-10-14T00:46:03.1443075-07:00", "Title": "sample string 8", "StartDateInString": "10/14/2025", "EndDateInString": "10/14/2025", "FileBytes": "QEA=", "FileBytesInBase64String": "sample string 9", "isCurrentlyActive": false } ], "Data": [ { "ChangeDate": "2025-10-14T00:46:03.1443075-07:00", "ChangedBy": 1, "Content": "sample string 1", "CreateDate": "2025-10-14T00:46:03.1443075-07:00", "CreatedBy": 3, "Disabled": true, "EndDate": "2025-10-14T00:46:03.1443075-07:00", "Id": 5, "ImageName": "sample string 6", "S3FileName": "sample string 7", "StartDate": "2025-10-14T00:46:03.1443075-07:00", "Title": "sample string 8", "StartDateInString": "10/14/2025", "EndDateInString": "10/14/2025", "FileBytes": "QEA=", "FileBytesInBase64String": "sample string 9", "isCurrentlyActive": false }, { "ChangeDate": "2025-10-14T00:46:03.1443075-07:00", "ChangedBy": 1, "Content": "sample string 1", "CreateDate": "2025-10-14T00:46:03.1443075-07:00", "CreatedBy": 3, "Disabled": true, "EndDate": "2025-10-14T00:46:03.1443075-07:00", "Id": 5, "ImageName": "sample string 6", "S3FileName": "sample string 7", "StartDate": "2025-10-14T00:46:03.1443075-07:00", "Title": "sample string 8", "StartDateInString": "10/14/2025", "EndDateInString": "10/14/2025", "FileBytes": "QEA=", "FileBytesInBase64String": "sample string 9", "isCurrentlyActive": false } ], "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" }