GET api/PDT_KetQuaLanThi/ChiTietKetQuaThiCuaNhanVien?LanThiID={LanThiID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LanThiID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ChiTietKQThiCuaNhanVienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCauHoi | globally unique identifier |
None. |
|
| NoiDungCauHoi | string |
None. |
|
| NDDapAn | string |
None. |
|
| IDDapAn | integer |
None. |
|
| HVChon | boolean |
None. |
|
| DADung | boolean |
None. |
|
| GhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDCauHoi": "d332f59e-8de9-4149-af5b-8a5c9dc1757e",
"NoiDungCauHoi": "sample string 2",
"NDDapAn": "sample string 3",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 4"
},
{
"IDCauHoi": "d332f59e-8de9-4149-af5b-8a5c9dc1757e",
"NoiDungCauHoi": "sample string 2",
"NDDapAn": "sample string 3",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 4"
}
]