GET api/PDT_TestOnline_Mobile/ChiTietKetQuaThiCuaNhanVien?IDLanThi={IDLanThi}&PrivateKey={PrivateKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDLanThi

string

Required

PrivateKey

string

Required

Body Parameters

None.

Response Information

Resource Description

PDT_LanThiMessageModel4
NameDescriptionTypeAdditional 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": "a94a29b1-8ae9-4c21-93d8-6a8e442a537e",
      "NoiDungCauHoi": "sample string 2",
      "NDDapAn": "sample string 3",
      "IDDapAn": 1,
      "HVChon": true,
      "DADung": true,
      "GhiChu": "sample string 4"
    },
    {
      "IDCauHoi": "a94a29b1-8ae9-4c21-93d8-6a8e442a537e",
      "NoiDungCauHoi": "sample string 2",
      "NDDapAn": "sample string 3",
      "IDDapAn": 1,
      "HVChon": true,
      "DADung": true,
      "GhiChu": "sample string 4"
    }
  ],
  "IDLanThi": "673ab7c2-d676-4cee-869e-3a94e71da75d",
  "MessCode": "sample string 2",
  "MessageContent": "sample string 3",
  "ThoiGianConLai": 4
}