GET api/PDT_KetQuaLanThi/TongDiemTheoLanThi?LanThiID={LanThiID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LanThiID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TongHopKetQuaLanThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TongDiem | decimal number |
None. |
|
| SoCauHoi | integer |
None. |
|
| SoDADung | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TongDiem": 1.1,
"SoCauHoi": 1,
"SoDADung": 2
}