GET api/TestOnline/SP_GetAllNhomCauHoi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NhomCauHoiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TenNhom | string |
None. |
|
| GhiChu | string |
None. |
|
| TrangThai | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
},
{
"ID": 1,
"TenNhom": "sample string 2",
"GhiChu": "sample string 3",
"TrangThai": true
}
]