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": "f0fce32b-55f4-4ee9-aa67-c5eca8639202",
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  },
  {
    "GuidID": "f0fce32b-55f4-4ee9-aa67-c5eca8639202",
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  }
]