GET api/SinhVienApi/LayDanhSachSinhVien

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SinhVienApi
NameDescriptionTypeAdditional information
maSinhVien

integer

None.

tenSinhVien

string

None.

loaiSinhVien

string

None.

diemToan

integer

None.

diemLy

integer

None.

diemHoa

integer

None.

diemRenLuyen

integer

None.

email

string

None.

soDienThoai

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "maSinhVien": 1,
    "tenSinhVien": "sample string 2",
    "loaiSinhVien": "sample string 3",
    "diemToan": 1,
    "diemLy": 1,
    "diemHoa": 1,
    "diemRenLuyen": 1,
    "email": "sample string 4",
    "soDienThoai": "sample string 5"
  },
  {
    "maSinhVien": 1,
    "tenSinhVien": "sample string 2",
    "loaiSinhVien": "sample string 3",
    "diemToan": 1,
    "diemLy": 1,
    "diemHoa": 1,
    "diemRenLuyen": 1,
    "email": "sample string 4",
    "soDienThoai": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSinhVienApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CinimaServer.Models.dbSinhVien">
  <SinhVienApi>
    <diemHoa>1</diemHoa>
    <diemLy>1</diemLy>
    <diemRenLuyen>1</diemRenLuyen>
    <diemToan>1</diemToan>
    <email>sample string 4</email>
    <loaiSinhVien>sample string 3</loaiSinhVien>
    <maSinhVien>1</maSinhVien>
    <soDienThoai>sample string 5</soDienThoai>
    <tenSinhVien>sample string 2</tenSinhVien>
  </SinhVienApi>
  <SinhVienApi>
    <diemHoa>1</diemHoa>
    <diemLy>1</diemLy>
    <diemRenLuyen>1</diemRenLuyen>
    <diemToan>1</diemToan>
    <email>sample string 4</email>
    <loaiSinhVien>sample string 3</loaiSinhVien>
    <maSinhVien>1</maSinhVien>
    <soDienThoai>sample string 5</soDienThoai>
    <tenSinhVien>sample string 2</tenSinhVien>
  </SinhVienApi>
</ArrayOfSinhVienApi>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ([{"maSinhVien":1,"tenSinhVien":"sample string 2","loaiSinhVien":"sample string 3","diemToan":1,"diemLy":1,"diemHoa":1,"diemRenLuyen":1,"email":"sample string 4","soDienThoai":"sample string 5"},{"maSinhVien":1,"tenSinhVien":"sample string 2","loaiSinhVien":"sample string 3","diemToan":1,"diemLy":1,"diemHoa":1,"diemRenLuyen":1,"email":"sample string 4","soDienThoai":"sample string 5"}]);