GET api/SidebarFooterWebAPI/GetLatestNews?language={language}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| language | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetLatestNewsViewModel_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pk_news_id | integer |
None. |
|
| title | string |
None. |
|
| image_icon | string |
None. |
|
| description | string |
None. |
|
| news_type | integer |
None. |
|
| is_bol_kan | boolean |
None. |
|
| create_dt | date |
None. |
|
| modified_dt | date |
None. |
|
| timeSpan | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pk_news_id": 1,
"title": "sample string 2",
"image_icon": "sample string 3",
"description": "sample string 4",
"news_type": 1,
"is_bol_kan": true,
"create_dt": "2025-11-05T04:48:55.7164129+00:00",
"modified_dt": "2025-11-05T04:48:55.7164129+00:00",
"timeSpan": "sample string 6"
},
{
"pk_news_id": 1,
"title": "sample string 2",
"image_icon": "sample string 3",
"description": "sample string 4",
"news_type": 1,
"is_bol_kan": true,
"create_dt": "2025-11-05T04:48:55.7164129+00:00",
"modified_dt": "2025-11-05T04:48:55.7164129+00:00",
"timeSpan": "sample string 6"
}
]
text/html
Sample:
[{"pk_news_id":1,"title":"sample string 2","image_icon":"sample string 3","description":"sample string 4","news_type":1,"is_bol_kan":true,"create_dt":"2025-11-05T04:48:55.7164129+00:00","modified_dt":"2025-11-05T04:48:55.7164129+00:00","timeSpan":"sample string 6"},{"pk_news_id":1,"title":"sample string 2","image_icon":"sample string 3","description":"sample string 4","news_type":1,"is_bol_kan":true,"create_dt":"2025-11-05T04:48:55.7164129+00:00","modified_dt":"2025-11-05T04:48:55.7164129+00:00","timeSpan":"sample string 6"}]
application/xml, text/xml
Sample:
<ArrayOfGetLatestNewsViewModel_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nishadi_DataLayer.ViewModel">
<GetLatestNewsViewModel_Result>
<create_dt>2025-11-05T04:48:55.7164129+00:00</create_dt>
<description>sample string 4</description>
<image_icon>sample string 3</image_icon>
<is_bol_kan>true</is_bol_kan>
<modified_dt>2025-11-05T04:48:55.7164129+00:00</modified_dt>
<news_type>1</news_type>
<pk_news_id>1</pk_news_id>
<timeSpan>sample string 6</timeSpan>
<title>sample string 2</title>
</GetLatestNewsViewModel_Result>
<GetLatestNewsViewModel_Result>
<create_dt>2025-11-05T04:48:55.7164129+00:00</create_dt>
<description>sample string 4</description>
<image_icon>sample string 3</image_icon>
<is_bol_kan>true</is_bol_kan>
<modified_dt>2025-11-05T04:48:55.7164129+00:00</modified_dt>
<news_type>1</news_type>
<pk_news_id>1</pk_news_id>
<timeSpan>sample string 6</timeSpan>
<title>sample string 2</title>
</GetLatestNewsViewModel_Result>
</ArrayOfGetLatestNewsViewModel_Result>