GET api/PDT_NhomCauHoi/PDT_NhomCauHoi_GetAll
Request Information
URI Parameters
None.
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": "2b46ed72-0fc2-4da0-9d67-f07512f2b3b4",
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
},
{
"GuidID": "2b46ed72-0fc2-4da0-9d67-f07512f2b3b4",
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
}
]