POST api/News/FilterNews/{Culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Culture | string |
Required |
Body Parameters
NewsSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterNewsOperation | SearchRefinersParameters |
None. |
|
| FirmWide | Collection of string |
None. |
|
| Services | Collection of string |
None. |
|
| Regions | Collection of string |
None. |
|
| Industries | Collection of string |
None. |
|
| IMO | Collection of string |
None. |
|
| myTaxNewsCategory | Collection of string |
None. |
|
| UserRole | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterNewsOperation": {
"Firmwide": true,
"Personalized": true,
"NewsFrom": "sample string 3",
"NewsTo": "sample string 4",
"ItemCount": "sample string 5",
"NextPageInfo": {
"PagingInfo": "sample string 1",
"TypeId": "{922354eb-c56a-4d88-ad59-67496854efe1}"
},
"IsPartnerChecked": true
},
"FirmWide": [
"sample string 1",
"sample string 2"
],
"Services": [
"sample string 1",
"sample string 2"
],
"Regions": [
"sample string 1",
"sample string 2"
],
"Industries": [
"sample string 1",
"sample string 2"
],
"IMO": [
"sample string 1",
"sample string 2"
],
"myTaxNewsCategory": [
"sample string 1",
"sample string 2"
],
"UserRole": "sample string 1"
}
Response Information
Resource Description
ServiceResponseOfAllNews| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AllNews |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"News": [
{
"DefaultID": 1,
"ID": "sample string 2",
"NewsTitle": "sample string 3",
"NewsDescription": "sample string 4",
"ImageURL": "sample string 5",
"VideoURL": "sample string 6",
"PreferenceType": "sample string 7",
"Category": "sample string 8",
"SubCategory": "sample string 9",
"PublishingStatus": "sample string 10",
"Likes": 11,
"Comments": 12,
"PublishedDate": "2025-12-03T10:08:55.9343364+00:00",
"PromotionalType": "sample string 14",
"ExternalURL": "sample string 15",
"Sequence": 16,
"PartnerRestriction": "sample string 17"
},
{
"DefaultID": 1,
"ID": "sample string 2",
"NewsTitle": "sample string 3",
"NewsDescription": "sample string 4",
"ImageURL": "sample string 5",
"VideoURL": "sample string 6",
"PreferenceType": "sample string 7",
"Category": "sample string 8",
"SubCategory": "sample string 9",
"PublishingStatus": "sample string 10",
"Likes": 11,
"Comments": 12,
"PublishedDate": "2025-12-03T10:08:55.9343364+00:00",
"PromotionalType": "sample string 14",
"ExternalURL": "sample string 15",
"Sequence": 16,
"PartnerRestriction": "sample string 17"
}
],
"NextPageInfo": {
"PagingInfo": "sample string 1",
"TypeId": "{922354eb-c56a-4d88-ad59-67496854efe1}"
}
}
}