GET api/TestOnline/GetAllLoaiDeThi

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LoaiDeThiModel
NameDescriptionTypeAdditional information
ID

integer

None.

Ten

string

None.

GhiChu

string

None.

TrangThai

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  },
  {
    "ID": 1,
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  }
]