GET api/ThongKe?idhocvien={idhocvien}&iddangky={iddangky}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idhocvien | integer |
Required |
|
| iddangky | integer |
Required |
Body Parameters
DatabaseTTAN| Name | Description | Type | Additional information |
|---|---|---|---|
| KhungChuanAu | Collection of KHUNG_CHUAN_AU |
None. |
|
| QuanHeGiaDinh | Collection of QUAN_HE_GIA_DINH |
None. |
|
| CauHinhHT | Collection of DANH_SACH_CAU_HINH_HE_THONG |
None. |
|
| HeThongMa | Collection of HE_THONG_MA |
None. |
|
| DanhGia | Collection of DANH_SACH_DANH_GIA |
None. |
|
| NhanVien | Collection of NHAN_VIEN |
None. |
|
| GiangVien | Collection of DANH_SACH_GIANG_VIEN |
None. |
|
| PhongHoc | Collection of DANH_SACH_PHONG_HOC |
None. |
|
| GiangVienVaBuoiDay | Collection of GIANG_VIEN_THAM_GIA_DAY_BUOI_HOC |
None. |
|
| NhanVienChucDanh | Collection of NHAN_VIEN_CO_CHUC_DANH |
None. |
|
| KhoaHocChuan | Collection of DANH_SACH_KHOA_HOC_CHUAN |
None. |
|
| ChiTietBuoiHocChuan | Collection of CHI_TIET_BUOI_HOC_CUA_KHOA_HOC_CHUAN |
None. |
|
| CaHoc | Collection of CA_HOC |
None. |
|
| ThuTrongTuan | Collection of THU_HOC_TRONG_TUAN |
None. |
|
| CongThucHocTuan | Collection of CONG_THUC_HOC_TRONG_TUAN |
None. |
|
| KhoaHoc | Collection of DANH_SACH_KHOA_HOC |
None. |
|
| CacThuHocCuaKhoaHoc | Collection of KHOA_HOC_CO_CONG_THUC_HOC_TRONG_TUAN |
None. |
|
| LichHocCuaKhoaHoc | Collection of CHI_TIET_BUOI_HOC_CUA_KHOA_HOC |
None. |
|
| NgayNghiChung | Collection of DANH_SACH_NGAY_NGHI_CHUNG |
None. |
|
| ChiTietDotDongTien | Collection of CHI_TIET_DOT_DONG_TIEN_CUA_KHOA_HOC |
None. |
|
| HocVien | Collection of DANH_SACH_HOC_VIEN |
None. |
|
| PhuHuynh | Collection of DANH_SACH_PHU_HUYNH |
None. |
|
| PhuHuynhHocVien | Collection of HOC_VIEN_CO_PHU_HUYNH |
None. |
|
| HocVienKhoaHoc | Collection of HOC_VIEN_THAM_GIA_KHOA_HOC |
None. |
|
| DanhGiaBuoiHoc | Collection of DANH_GIA_BUOI_HOC |
None. |
|
| PhieuThu | Collection of PHIEU_THU_TIEN |
None. |
|
| HoaDonThanhToan | Collection of HOA_DON_DONG_TIEN |
None. |
|
| DotThanhToanHocVien | Collection of DOT_THANH_TOAN_THEO_HOC_VIEN |
None. |
|
| DiemQHocVien | Collection of DIEM_Q_HOC_VIEN |
None. |
|
| DiemQHocVienKyNang | Collection of DIEM_Q_HOC_VIEN_KY_NANG |
None. |
|
| DiemQHocVienChiTiet | Collection of DIEM_Q_HOC_VIEN_CHI_TIET |
None. |
|
| Sessions | Collection of _SESSION |
None. |
|
| LogDatas | Collection of LOG_DATA |
None. |
|
| LogTrans | Collection of LOG_TRAN |
None. |
|
| Database | Database |
None. |
|
| ChangeTracker | DbChangeTracker |
None. |
|
| Configuration | DbContextConfiguration |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ThongKeDiemResultDO| Name | Description | Type | Additional information |
|---|---|---|---|
| stt | integer |
None. |
|
| ten_ky_nang | string |
None. |
|
| max_diem | decimal number |
None. |
|
| ds_diem | Collection of ThongKeDiemDO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"stt": 1,
"ten_ky_nang": "sample string 2",
"max_diem": 3.1,
"ds_diem": [
{
"qid": 1,
"stt": 2,
"ten_diem": "sample string 3",
"diem": 4.1
},
{
"qid": 1,
"stt": 2,
"ten_diem": "sample string 3",
"diem": 4.1
}
]
},
{
"stt": 1,
"ten_ky_nang": "sample string 2",
"max_diem": 3.1,
"ds_diem": [
{
"qid": 1,
"stt": 2,
"ten_diem": "sample string 3",
"diem": 4.1
},
{
"qid": 1,
"stt": 2,
"ten_diem": "sample string 3",
"diem": 4.1
}
]
}
]