GET api/PDT_CauHinhDeThiChiTiet/PDT_CauHinhDeThiChiTiet_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_CauHinhDeThiChiTietModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeThiID | globally unique identifier |
None. |
|
| IDNhomCH | globally unique identifier |
None. |
|
| IDCapDo | integer |
None. |
|
| SLCau | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeThiID": "5f4ff7c1-4cac-4b64-a347-9c97cb09c618",
"IDNhomCH": "c08eaa1a-dffe-458c-8b5d-1427f4b462bd",
"IDCapDo": 3,
"SLCau": 1
},
{
"DeThiID": "5f4ff7c1-4cac-4b64-a347-9c97cb09c618",
"IDNhomCH": "c08eaa1a-dffe-458c-8b5d-1427f4b462bd",
"IDCapDo": 3,
"SLCau": 1
}
]