GET api/PDT_CauHinhDeThiChiTiet/LayDanhSachNhomCauHoiChuaCauHinh?DeThiID={DeThiID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeThiID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_NhomCauHoiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| TenNhom | string |
None. |
|
| GhiChu | string |
None. |
|
| TrangThai | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "6d0c12fe-9cd6-4e02-8ce9-154733e3d67f",
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
},
{
"GuidID": "6d0c12fe-9cd6-4e02-8ce9-154733e3d67f",
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
}
]