GET api/PDT_TestOnline_Mobile/TongDiemTheoLanThi?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_LanThiMessageModel3| Name | Description | Type | Additional information |
|---|---|---|---|
| THKQLanThi | TongHopKetQuaLanThiModel |
None. |
|
| IDLanThi | globally unique identifier |
None. |
|
| MessCode | string |
None. |
|
| MessageContent | string |
None. |
|
| ThoiGianConLai | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"THKQLanThi": {
"TongDiem": 1.1,
"SoCauHoi": 1,
"SoDADung": 2
},
"IDLanThi": "9faf5d72-dfcc-4056-b80f-0532fa9174eb",
"MessCode": "sample string 2",
"MessageContent": "sample string 3",
"ThoiGianConLai": 4
}