POST api/TestOnline/SP_GetCauHoiByID

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CauHoiModel
NameDescriptionTypeAdditional information
ID

integer

None.

IDNhomCauHoi

integer

None.

NoiDungCauHoi

string

None.

IDLoaiCauHoi

integer

None.

GhiChu

string

None.

OnTap

boolean

None.

IDCapDo

integer

None.

HinhThucTL

string

None.

lstDapAn

Collection of DapAnModel

None.

Checked

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "IDNhomCauHoi": 1,
    "NoiDungCauHoi": "sample string 2",
    "IDLoaiCauHoi": 1,
    "GhiChu": "sample string 3",
    "OnTap": true,
    "IDCapDo": 1,
    "HinhThucTL": "sample string 4",
    "lstDapAn": [
      {
        "IDCauHoi": 1,
        "LineID": 1,
        "NoiDung": "sample string 1",
        "SoDiem": 1.1,
        "DADung": true
      },
      {
        "IDCauHoi": 1,
        "LineID": 1,
        "NoiDung": "sample string 1",
        "SoDiem": 1.1,
        "DADung": true
      }
    ],
    "Checked": true
  },
  {
    "ID": 1,
    "IDNhomCauHoi": 1,
    "NoiDungCauHoi": "sample string 2",
    "IDLoaiCauHoi": 1,
    "GhiChu": "sample string 3",
    "OnTap": true,
    "IDCapDo": 1,
    "HinhThucTL": "sample string 4",
    "lstDapAn": [
      {
        "IDCauHoi": 1,
        "LineID": 1,
        "NoiDung": "sample string 1",
        "SoDiem": 1.1,
        "DADung": true
      },
      {
        "IDCauHoi": 1,
        "LineID": 1,
        "NoiDung": "sample string 1",
        "SoDiem": 1.1,
        "DADung": true
      }
    ],
    "Checked": true
  }
]