GET api/PDT_LoaiDeThi/PDT_LoaiDeThi_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_LoaiDeThiModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

Ten

string

None.

GhiChu

string

None.

TrangThai

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "cab799c7-79d1-438e-ac4e-b8f33fb54aa0",
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  },
  {
    "GuidID": "cab799c7-79d1-438e-ac4e-b8f33fb54aa0",
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  }
]