POST api/News/GetRelatedNews/{Culture}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Culture | string |
Required |
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
Collection of NewsMembers| Name | Description | Type | Additional information |
|---|---|---|---|
| DefaultID | integer |
None. |
|
| ID | string |
None. |
|
| NewsTitle | string |
None. |
|
| NewsDescription | string |
None. |
|
| ImageURL | string |
None. |
|
| VideoURL | string |
None. |
|
| PreferenceType | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| PublishingStatus | string |
None. |
|
| Likes | integer |
None. |
|
| Comments | integer |
None. |
|
| PublishedDate | date |
None. |
|
| PromotionalType | string |
None. |
|
| ExternalURL | string |
None. |
|
| Sequence | integer |
None. |
|
| PartnerRestriction | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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-19T09:55:49.225521+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-19T09:55:49.225521+00:00",
"PromotionalType": "sample string 14",
"ExternalURL": "sample string 15",
"Sequence": 16,
"PartnerRestriction": "sample string 17"
}
]