GET api/PDT_CauHoi/PDT_CauHoi_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_CauHoiModel| Name | Description | Type | Additional 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": "2610b589-9078-4168-972c-19aff5f169b3",
"NoiDungCauHoi": "sample string 2",
"IDNhomCauHoi": "a9a4d990-2e8a-48c3-9afa-db371b061891",
"OnTap": true,
"GhiChu": "sample string 3",
"IDLoaiDeThi": "ab5104dd-d0a3-480b-b492-451d357bbe75",
"IDCapDo": 1,
"HinhThucTL": "sample string 4",
"LstDapAn": [
{
"IDCauHoi": "028bdae9-8b57-49bb-b6a4-102dbefa531e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
},
{
"IDCauHoi": "028bdae9-8b57-49bb-b6a4-102dbefa531e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
}
]
},
{
"GuidID": "2610b589-9078-4168-972c-19aff5f169b3",
"NoiDungCauHoi": "sample string 2",
"IDNhomCauHoi": "a9a4d990-2e8a-48c3-9afa-db371b061891",
"OnTap": true,
"GhiChu": "sample string 3",
"IDLoaiDeThi": "ab5104dd-d0a3-480b-b492-451d357bbe75",
"IDCapDo": 1,
"HinhThucTL": "sample string 4",
"LstDapAn": [
{
"IDCauHoi": "028bdae9-8b57-49bb-b6a4-102dbefa531e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
},
{
"IDCauHoi": "028bdae9-8b57-49bb-b6a4-102dbefa531e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
}
]
}
]