GET api/TinTuc/GetTopList?count={count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTopListTinTucResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TenChuDe | string |
None. |
|
| TieuDe | string |
None. |
|
| DanhMucChuDeTinTucId | decimal number |
None. |
|
| MoTa | string |
None. |
|
| AnhBiaId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "6572f0a5-bd0a-419f-b70c-87d8a14c89d3",
"TenChuDe": "sample string 2",
"TieuDe": "sample string 3",
"DanhMucChuDeTinTucId": 4.0,
"MoTa": "sample string 5",
"AnhBiaId": "3d331688-a248-4dac-a66e-23427f8d1e24"
},
{
"Id": "6572f0a5-bd0a-419f-b70c-87d8a14c89d3",
"TenChuDe": "sample string 2",
"TieuDe": "sample string 3",
"DanhMucChuDeTinTucId": 4.0,
"MoTa": "sample string 5",
"AnhBiaId": "3d331688-a248-4dac-a66e-23427f8d1e24"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTopListTinTucResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Response.TinTuc">
<GetTopListTinTucResponse>
<AnhBiaId>3d331688-a248-4dac-a66e-23427f8d1e24</AnhBiaId>
<DanhMucChuDeTinTucId>4</DanhMucChuDeTinTucId>
<Id>6572f0a5-bd0a-419f-b70c-87d8a14c89d3</Id>
<MoTa>sample string 5</MoTa>
<TenChuDe>sample string 2</TenChuDe>
<TieuDe>sample string 3</TieuDe>
</GetTopListTinTucResponse>
<GetTopListTinTucResponse>
<AnhBiaId>3d331688-a248-4dac-a66e-23427f8d1e24</AnhBiaId>
<DanhMucChuDeTinTucId>4</DanhMucChuDeTinTucId>
<Id>6572f0a5-bd0a-419f-b70c-87d8a14c89d3</Id>
<MoTa>sample string 5</MoTa>
<TenChuDe>sample string 2</TenChuDe>
<TieuDe>sample string 3</TieuDe>
</GetTopListTinTucResponse>
</ArrayOfGetTopListTinTucResponse>