GET api/DBHRM007/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DBHRM007Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00701 | globally unique identifier |
None. |
|
| HRM00702 | string |
None. |
|
| HRM00703 | string |
None. |
|
| HRM00704 | integer |
None. |
|
| HRM00705 | boolean |
None. |
|
| HRM00706 | date |
None. |
|
| HRM00707 | globally unique identifier |
None. |
|
| HRM00708 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"HRM00701": "d1c9bd1b-fea9-49e9-8724-6ba9781d0eff",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:10:01.7949541+07:00",
"HRM00707": "9ccbf09d-a99e-4c6c-b675-65c4e0d71fca",
"HRM00708": true
}