GET api/TestOnline/SP_GetAllCauHoi

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SP_GetAllCauHoiModel
NameDescriptionTypeAdditional information
ID

integer

None.

GhiChu

string

None.

IDNhomCauHoi

integer

None.

NoiDungCauHoi

string

None.

OnTap

boolean

None.

TenNhom

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "GhiChu": "sample string 2",
    "IDNhomCauHoi": 1,
    "NoiDungCauHoi": "sample string 3",
    "OnTap": true,
    "TenNhom": "sample string 4"
  },
  {
    "ID": 1,
    "GhiChu": "sample string 2",
    "IDNhomCauHoi": 1,
    "NoiDungCauHoi": "sample string 3",
    "OnTap": true,
    "TenNhom": "sample string 4"
  }
]