GET api/PDT_NhomCauHoi/PDT_NhomCauHoi_GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PDT_NhomCauHoiModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

TenNhom

string

None.

GhiChu

string

None.

TrangThai

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "74f5cd5d-69b1-4fae-b4ed-23d0979ebb88",
    "TenNhom": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  },
  {
    "GuidID": "74f5cd5d-69b1-4fae-b4ed-23d0979ebb88",
    "TenNhom": "sample string 2",
    "GhiChu": "sample string 3",
    "TrangThai": true
  }
]