GET api/DanhMucKyKiemKe/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
tblDanhMucKyKiemKe| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| MaKy | string |
None. |
|
| TenKy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "16954564-8e76-4f7b-81b8-6d7136bc5196",
"MaKy": "sample string 2",
"TenKy": "sample string 3"
}