GET api/TestOnline/SP_GetXepLoaiBaiThi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CauHinhXepLoaiBaiThiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Ten | string |
None. |
|
| TuDiem | decimal number |
None. |
|
| DenDiem | decimal number |
None. |
|
| ThongBao | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
},
{
"ID": 1,
"Ten": "sample string 2",
"TuDiem": 1.1,
"DenDiem": 1.1,
"ThongBao": "sample string 3"
}
]