GET api/PDT_CauHinhDeThiChiTiet/LayDanhSachNhomCauHoiChuaCauHinh?DeThiID={DeThiID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DeThiID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_NhomCauHoiModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

TenNhom

string

None.

GhiChu

string

None.

TrangThai

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "fdb0d4de-8948-4305-bfc6-da570db0d9e6",
    "TenNhom": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  },
  {
    "GuidID": "fdb0d4de-8948-4305-bfc6-da570db0d9e6",
    "TenNhom": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  }
]