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": "890cc968-df60-477e-af00-925e09ef4e6b",
"IDNhomCH": "13bf9434-b42b-4ee6-b2b5-917f48a3fb61",
"IDCapDo": 3,
"SLCau": 1
},
{
"DeThiID": "890cc968-df60-477e-af00-925e09ef4e6b",
"IDNhomCH": "13bf9434-b42b-4ee6-b2b5-917f48a3fb61",
"IDCapDo": 3,
"SLCau": 1
}
]