GET api/PDT_DapAn/PDT_DapAn_GetAll?IDCauHoi={IDCauHoi}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCauHoi | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_DapAnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCauHoi | globally unique identifier |
None. |
|
| LineID | integer |
None. |
|
| NoiDung | string |
None. |
|
| SoDiem | decimal number |
None. |
|
| DADung | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDCauHoi": "b9fdfb4b-f9da-4c34-994f-4588b8a17645",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
},
{
"IDCauHoi": "b9fdfb4b-f9da-4c34-994f-4588b8a17645",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
}
]