GET api/KSNB_DotKiemKe/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of KSNB_DotKiemKeModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

Ma

string

None.

Ten

string

None.

GhiChu

string

None.

ChangeStatus

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GuidID": "eab0b3ef-3e9f-4c64-91b5-57b6e468f754",
    "Ma": "sample string 2",
    "Ten": "sample string 3",
    "GhiChu": "sample string 4",
    "ChangeStatus": 5
  },
  {
    "GuidID": "eab0b3ef-3e9f-4c64-91b5-57b6e468f754",
    "Ma": "sample string 2",
    "Ten": "sample string 3",
    "GhiChu": "sample string 4",
    "ChangeStatus": 5
  }
]