GET api/TestOnline/SP_GetAlDapAn
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DapAnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCauHoi | integer |
None. |
|
| LineID | integer |
None. |
|
| NoiDung | string |
None. |
|
| SoDiem | decimal number |
None. |
|
| DADung | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDCauHoi": 1,
"LineID": 1,
"NoiDung": "sample string 1",
"SoDiem": 1.1,
"DADung": true
},
{
"IDCauHoi": 1,
"LineID": 1,
"NoiDung": "sample string 1",
"SoDiem": 1.1,
"DADung": true
}
]