GET api/KSNB_DotKiemKe/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KSNB_DotKiemKeModel| Name | Description | Type | Additional 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": "781ea5c7-7255-4496-b9f2-dbcfa380161f",
"Ma": "sample string 2",
"Ten": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "781ea5c7-7255-4496-b9f2-dbcfa380161f",
"Ma": "sample string 2",
"Ten": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
}
]