GET api/PDT_CauHinhXepLoaiBaiThi/PDT_CauHinhXepLoaiBaiThi_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PDT_CauHinhXepLoaiBaiThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| TuDiem | decimal number |
None. |
|
| DenDiem | decimal number |
None. |
|
| ThongBao | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "df80f632-32b2-4511-871a-af828dee3f66",
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
},
{
"GuidID": "df80f632-32b2-4511-871a-af828dee3f66",
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
}
]