POST api/getDSDanhGia
Request Information
URI Parameters
None.
Body Parameters
DanhMuc| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| LoaiTaiKhoan | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"LoaiTaiKhoan": 2
}
application/xml, text/xml
Sample:
<DanhMuc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Models.GiaoDucModels"> <LoaiTaiKhoan>2</LoaiTaiKhoan> <Token>sample string 1</Token> </DanhMuc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BusDSDanhGia| Name | Description | Type | Additional information |
|---|---|---|---|
| DanhGiaID | decimal number |
None. |
|
| TenKyGhi | string |
None. |
|
| HoTenGiangVien | string |
None. |
|
| HoTenHS | string |
None. |
|
| TenMonHoc | string |
None. |
|
| NgayDanhGia | date |
None. |
|
| NguoiDanhGia | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DanhGiaID": 1.0,
"TenKyGhi": "sample string 2",
"HoTenGiangVien": "sample string 3",
"HoTenHS": "sample string 4",
"TenMonHoc": "sample string 5",
"NgayDanhGia": "2025-12-10T09:07:40.0295365-06:00",
"NguoiDanhGia": "sample string 6"
},
{
"DanhGiaID": 1.0,
"TenKyGhi": "sample string 2",
"HoTenGiangVien": "sample string 3",
"HoTenHS": "sample string 4",
"TenMonHoc": "sample string 5",
"NgayDanhGia": "2025-12-10T09:07:40.0295365-06:00",
"NguoiDanhGia": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfBusDSDanhGia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GiaoDuc.Business">
<BusDSDanhGia>
<DanhGiaID>1</DanhGiaID>
<HoTenGiangVien>sample string 3</HoTenGiangVien>
<HoTenHS>sample string 4</HoTenHS>
<NgayDanhGia>2025-12-10T09:07:40.0295365-06:00</NgayDanhGia>
<NguoiDanhGia>sample string 6</NguoiDanhGia>
<TenKyGhi>sample string 2</TenKyGhi>
<TenMonHoc>sample string 5</TenMonHoc>
</BusDSDanhGia>
<BusDSDanhGia>
<DanhGiaID>1</DanhGiaID>
<HoTenGiangVien>sample string 3</HoTenGiangVien>
<HoTenHS>sample string 4</HoTenHS>
<NgayDanhGia>2025-12-10T09:07:40.0295365-06:00</NgayDanhGia>
<NguoiDanhGia>sample string 6</NguoiDanhGia>
<TenKyGhi>sample string 2</TenKyGhi>
<TenMonHoc>sample string 5</TenMonHoc>
</BusDSDanhGia>
</ArrayOfBusDSDanhGia>