GET api/tb/getall

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tb_tb
NameDescriptionTypeAdditional information
id

integer

None.

matb

string

None.

tentb

string

None.

loaitb

string

None.

phongban

string

None.

canhan

string

None.

ghichu

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "matb": "sample string 2",
    "tentb": "sample string 3",
    "loaitb": "sample string 4",
    "phongban": "sample string 5",
    "canhan": "sample string 6",
    "ghichu": "sample string 7"
  },
  {
    "id": 1,
    "matb": "sample string 2",
    "tentb": "sample string 3",
    "loaitb": "sample string 4",
    "phongban": "sample string 5",
    "canhan": "sample string 6",
    "ghichu": "sample string 7"
  }
]