GET api/PDT_DeThiSoLanTestToiDa/PDT_DeThiSoLanTestToiDa_GetAll?DeThiID={DeThiID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeThiID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_DeThiSoLanTestToiDaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| DeThiID | globally unique identifier |
None. |
|
| TuNgay | date |
None. |
|
| DenNgay | date |
None. |
|
| SoLanDuocTest | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "aa477d3d-3ffb-42a6-99e6-4e1fd418d72f",
"DeThiID": "1adce4cd-0bc9-44d2-b506-0de6c4f76b37",
"TuNgay": "2026-01-29T16:29:38.1479542+07:00",
"DenNgay": "2026-01-29T16:29:38.1479542+07:00",
"SoLanDuocTest": 1
},
{
"GuidID": "aa477d3d-3ffb-42a6-99e6-4e1fd418d72f",
"DeThiID": "1adce4cd-0bc9-44d2-b506-0de6c4f76b37",
"TuNgay": "2026-01-29T16:29:38.1479542+07:00",
"DenNgay": "2026-01-29T16:29:38.1479542+07:00",
"SoLanDuocTest": 1
}
]