GET api/Training/DanhSachDapAn?CauHoi={CauHoi}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CauHoi

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of QL_DapAn
NameDescriptionTypeAdditional information
DapAn

integer

None.

TenDapAn

string

None.

CauHoi

integer

None.

IsNhapText

boolean

None.

isDapAnDung

boolean

None.

IDSTT

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DapAn": 1,
    "TenDapAn": "sample string 2",
    "CauHoi": 1,
    "IsNhapText": true,
    "isDapAnDung": true,
    "IDSTT": 1
  },
  {
    "DapAn": 1,
    "TenDapAn": "sample string 2",
    "CauHoi": 1,
    "IsNhapText": true,
    "isDapAnDung": true,
    "IDSTT": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfQL_DapAn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <QL_DapAn>
    <CauHoi>1</CauHoi>
    <DapAn>1</DapAn>
    <IDSTT>1</IDSTT>
    <IsNhapText>true</IsNhapText>
    <TenDapAn>sample string 2</TenDapAn>
    <isDapAnDung>true</isDapAnDung>
  </QL_DapAn>
  <QL_DapAn>
    <CauHoi>1</CauHoi>
    <DapAn>1</DapAn>
    <IDSTT>1</IDSTT>
    <IsNhapText>true</IsNhapText>
    <TenDapAn>sample string 2</TenDapAn>
    <isDapAnDung>true</isDapAnDung>
  </QL_DapAn>
</ArrayOfQL_DapAn>