GET api/PDT_TestOnline_Mobile/ChiTietKetQuaThiCuaNhanVien?IDLanThi={IDLanThi}&PrivateKey={PrivateKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLanThi | string |
Required |
|
| PrivateKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PDT_LanThiMessageModel4| Name | Description | Type | Additional information |
|---|---|---|---|
| LstChiTietKQ | Collection of ChiTietKQThiCuaNhanVienModel |
None. |
|
| IDLanThi | globally unique identifier |
None. |
|
| MessCode | string |
None. |
|
| MessageContent | string |
None. |
|
| ThoiGianConLai | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LstChiTietKQ": [
{
"IDCauHoi": "f48e4573-dc78-4a56-ab13-6443d9baec5f",
"NoiDungCauHoi": "sample string 2",
"NDDapAn": "sample string 3",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 4"
},
{
"IDCauHoi": "f48e4573-dc78-4a56-ab13-6443d9baec5f",
"NoiDungCauHoi": "sample string 2",
"NDDapAn": "sample string 3",
"IDDapAn": 1,
"HVChon": true,
"DADung": true,
"GhiChu": "sample string 4"
}
],
"IDLanThi": "41249106-e6b9-4a1b-8545-59adaa65dec0",
"MessCode": "sample string 2",
"MessageContent": "sample string 3",
"ThoiGianConLai": 4
}