GET api/tblNews
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of tblNews| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| SupId | integer |
None. |
|
| GrpId | integer |
None. |
|
| MatId | integer |
None. |
|
| nwTitle | string |
None. |
|
| nwDesc | string |
None. |
|
| nwDFrom | date |
None. |
|
| nwDTo | date |
None. |
|
| nwKind | integer |
None. |
|
| ImgUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"SupId": 2,
"GrpId": 3,
"MatId": 4,
"nwTitle": "sample string 5",
"nwDesc": "sample string 6",
"nwDFrom": "2026-03-14T09:46:41.3916652-05:00",
"nwDTo": "2026-03-14T09:46:41.3916652-05:00",
"nwKind": 9,
"ImgUrl": "sample string 10"
},
{
"id": 1,
"SupId": 2,
"GrpId": 3,
"MatId": 4,
"nwTitle": "sample string 5",
"nwDesc": "sample string 6",
"nwDFrom": "2026-03-14T09:46:41.3916652-05:00",
"nwDTo": "2026-03-14T09:46:41.3916652-05:00",
"nwKind": 9,
"ImgUrl": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOftblNews xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
<tblNews>
<GrpId>3</GrpId>
<ImgUrl>sample string 10</ImgUrl>
<MatId>4</MatId>
<SupId>2</SupId>
<id>1</id>
<nwDFrom>2026-03-14T09:46:41.3916652-05:00</nwDFrom>
<nwDTo>2026-03-14T09:46:41.3916652-05:00</nwDTo>
<nwDesc>sample string 6</nwDesc>
<nwKind>9</nwKind>
<nwTitle>sample string 5</nwTitle>
</tblNews>
<tblNews>
<GrpId>3</GrpId>
<ImgUrl>sample string 10</ImgUrl>
<MatId>4</MatId>
<SupId>2</SupId>
<id>1</id>
<nwDFrom>2026-03-14T09:46:41.3916652-05:00</nwDFrom>
<nwDTo>2026-03-14T09:46:41.3916652-05:00</nwDTo>
<nwDesc>sample string 6</nwDesc>
<nwKind>9</nwKind>
<nwTitle>sample string 5</nwTitle>
</tblNews>
</ArrayOftblNews>