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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IDLanThi

string

Required

PrivateKey

string

Required

Body Parameters

None.

Response Information

Resource Description

PDT_LanThiMessageModel5
NameDescriptionTypeAdditional information
LstDapAn

Collection of PDT_DapAnModel

None.

IDLanThi

globally unique identifier

None.

MessCode

string

None.

MessageContent

string

None.

ThoiGianConLai

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LstDapAn": [
    {
      "IDCauHoi": "01ec97be-6d2d-4db2-9a62-0a763345f381",
      "LineID": 2,
      "NoiDung": "sample string 3",
      "SoDiem": 1.1,
      "DADung": true
    },
    {
      "IDCauHoi": "01ec97be-6d2d-4db2-9a62-0a763345f381",
      "LineID": 2,
      "NoiDung": "sample string 3",
      "SoDiem": 1.1,
      "DADung": true
    }
  ],
  "IDLanThi": "95e8547b-caf1-4926-8d96-80da2d9076f5",
  "MessCode": "sample string 2",
  "MessageContent": "sample string 3",
  "ThoiGianConLai": 4
}