GET api/DanhMuc/DanhSachNhomChuDe
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_NhomChuDeElearning| Name | Description | Type | Additional information |
|---|---|---|---|
| NhomChuDe | integer |
None. |
|
| TenNhomChuDe | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NhomChuDe": 1,
"TenNhomChuDe": "sample string 2"
},
{
"NhomChuDe": 1,
"TenNhomChuDe": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDM_NhomChuDeElearning xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<DM_NhomChuDeElearning>
<NhomChuDe>1</NhomChuDe>
<TenNhomChuDe>sample string 2</TenNhomChuDe>
</DM_NhomChuDeElearning>
<DM_NhomChuDeElearning>
<NhomChuDe>1</NhomChuDe>
<TenNhomChuDe>sample string 2</TenNhomChuDe>
</DM_NhomChuDeElearning>
</ArrayOfDM_NhomChuDeElearning>