GET api/PDT_CauHinhDeThi/PDT_CauHinhDeThi_GetItem?DeThiID={DeThiID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeThiID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PDT_CauHinhDeThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MienID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| GhiChu | string |
None. |
|
| IDLoaiDeThi | globally unique identifier |
None. |
|
| ThoiGian | integer |
None. |
|
| AnKetQuaBaiThi | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidID": "d4dfe9a2-f2fa-41c4-b4cd-f106e2e65c16",
"MienID": "561baf02-9cef-435f-b129-680b5397f8e8",
"Ten": "sample string 2",
"GhiChu": "sample string 3",
"IDLoaiDeThi": "fcf231ca-881c-4741-9c11-15dde7d82a6a",
"ThoiGian": 1,
"AnKetQuaBaiThi": true
}