GET api/PDT_CauHoi/PDT_CauHoi_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_CauHoiModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

NoiDungCauHoi

string

None.

IDNhomCauHoi

globally unique identifier

None.

OnTap

boolean

None.

GhiChu

string

None.

IDLoaiDeThi

globally unique identifier

None.

IDCapDo

integer

None.

HinhThucTL

string

None.

LstDapAn

Collection of PDT_DapAnModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "61190f1a-8b0e-4395-a69e-30a71e017a7d",
    "NoiDungCauHoi": "sample string 2",
    "IDNhomCauHoi": "27958b20-f137-48eb-9da9-6d80127b4604",
    "OnTap": true,
    "GhiChu": "sample string 3",
    "IDLoaiDeThi": "26f2ae6e-2aba-4839-9871-7f7bdb57afd3",
    "IDCapDo": 1,
    "HinhThucTL": "sample string 4",
    "LstDapAn": [
      {
        "IDCauHoi": "056e1d17-de9b-47a1-9744-030870d93135",
        "LineID": 2,
        "NoiDung": "sample string 3",
        "SoDiem": 1.1,
        "DADung": true
      },
      {
        "IDCauHoi": "056e1d17-de9b-47a1-9744-030870d93135",
        "LineID": 2,
        "NoiDung": "sample string 3",
        "SoDiem": 1.1,
        "DADung": true
      }
    ]
  },
  {
    "GuidID": "61190f1a-8b0e-4395-a69e-30a71e017a7d",
    "NoiDungCauHoi": "sample string 2",
    "IDNhomCauHoi": "27958b20-f137-48eb-9da9-6d80127b4604",
    "OnTap": true,
    "GhiChu": "sample string 3",
    "IDLoaiDeThi": "26f2ae6e-2aba-4839-9871-7f7bdb57afd3",
    "IDCapDo": 1,
    "HinhThucTL": "sample string 4",
    "LstDapAn": [
      {
        "IDCauHoi": "056e1d17-de9b-47a1-9744-030870d93135",
        "LineID": 2,
        "NoiDung": "sample string 3",
        "SoDiem": 1.1,
        "DADung": true
      },
      {
        "IDCauHoi": "056e1d17-de9b-47a1-9744-030870d93135",
        "LineID": 2,
        "NoiDung": "sample string 3",
        "SoDiem": 1.1,
        "DADung": true
      }
    ]
  }
]