GET api/PDT_CapDoCauHoi/PDT_CapDoCauHoi_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_CapDoCauHoiModel
NameDescriptionTypeAdditional information
ID

integer

None.

Ten

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Ten": "sample string 2"
  },
  {
    "ID": 1,
    "Ten": "sample string 2"
  }
]