GET api/PDT_DapAn/PDT_GetAll_DapAn_TheoDeThi?IDLanThi={IDLanThi}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLanThi | 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": "363f1f39-9001-4256-aefc-a66ef0c23d4e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
},
{
"IDCauHoi": "363f1f39-9001-4256-aefc-a66ef0c23d4e",
"LineID": 2,
"NoiDung": "sample string 3",
"SoDiem": 1.1,
"DADung": true
}
]