GET api/DBHRM001/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DBHRM001Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00101 | globally unique identifier |
None. |
|
| HRM00102 | string |
None. |
|
| HRM00103 | string |
None. |
|
| HRM00104 | boolean |
None. |
|
| HRM00105 | date |
None. |
|
| HRM00106 | globally unique identifier |
None. |
|
| HRM00107 | integer |
None. |
|
| HRM00108 | string |
None. |
|
| HRM00109 | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"HRM00101": "55a857d5-85bf-4e18-8edc-40c2dc58e603",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-04-03T18:14:53.7637412+07:00",
"HRM00106": "d002b218-84ad-470d-befc-871551a8ed71",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "65ccb2c9-9ca1-46f0-bc9e-141150a3e4af"
}