GET api/PDT_KetQuaLanThi/PDT_KetQuaLanThi_GetAll?IDLanThi={IDLanThi}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLanThi | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_KetQuaLanThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLanThi | globally unique identifier |
None. |
|
| IDCauHoi | globally unique identifier |
None. |
|
| IDDapAn | integer |
None. |
|
| Diem | decimal number |
None. |
|
| CauHoiSo | integer |
None. |
|
| DaTraLoi | boolean |
None. |
|
| CauHoiText | string |
None. |
|
| GhiChu | string |
None. |
|
| NoiDungCauHoi | string |
None. |
|
| IDNhomCauHoi | globally unique identifier |
None. |
|
| OnTap | boolean |
None. |
|
| GhiChuCauHoi | string |
None. |
|
| IDLoaiDeThi | globally unique identifier |
None. |
|
| IDCapDo | integer |
None. |
|
| HinhThucTL | string |
None. |
|
| TenNhom | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDLanThi": "990cf584-2a15-4970-bb96-e2b2ab1c9059",
"IDCauHoi": "7aa77852-b611-456e-9a90-c6a9593e7c99",
"IDDapAn": 1,
"Diem": 1.1,
"CauHoiSo": 1,
"DaTraLoi": true,
"CauHoiText": "sample string 3",
"GhiChu": "sample string 4",
"NoiDungCauHoi": "sample string 5",
"IDNhomCauHoi": "26c35622-b691-4c71-ad52-54501194a472",
"OnTap": true,
"GhiChuCauHoi": "sample string 6",
"IDLoaiDeThi": "83887a68-2947-4c63-8424-723ee6da8540",
"IDCapDo": 1,
"HinhThucTL": "sample string 7",
"TenNhom": "sample string 8"
},
{
"IDLanThi": "990cf584-2a15-4970-bb96-e2b2ab1c9059",
"IDCauHoi": "7aa77852-b611-456e-9a90-c6a9593e7c99",
"IDDapAn": 1,
"Diem": 1.1,
"CauHoiSo": 1,
"DaTraLoi": true,
"CauHoiText": "sample string 3",
"GhiChu": "sample string 4",
"NoiDungCauHoi": "sample string 5",
"IDNhomCauHoi": "26c35622-b691-4c71-ad52-54501194a472",
"OnTap": true,
"GhiChuCauHoi": "sample string 6",
"IDLoaiDeThi": "83887a68-2947-4c63-8424-723ee6da8540",
"IDCapDo": 1,
"HinhThucTL": "sample string 7",
"TenNhom": "sample string 8"
}
]