GET api/TestOnline/SP_GetAllHinhThucDaoTao

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DM_HinhThucDaoTaoModel
NameDescriptionTypeAdditional information
ID

integer

None.

Ten

string

None.

GhiChu

string

None.

NgayTao

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "NgayTao": "2026-01-29T16:30:43.1459896+07:00"
  },
  {
    "ID": 1,
    "Ten": "sample string 2",
    "GhiChu": "sample string 3",
    "NgayTao": "2026-01-29T16:30:43.1459896+07:00"
  }
]