GET api/DBHRM009/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DBHRM009Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00901 | globally unique identifier |
None. |
|
| HRM00902 | string |
None. |
|
| HRM00903 | string |
None. |
|
| HRM00904 | integer |
None. |
|
| HRM00905 | boolean |
None. |
|
| HRM00906 | date |
None. |
|
| HRM00907 | globally unique identifier |
None. |
|
| HRM00908 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"HRM00901": "63ee92f2-0042-4e4c-ab15-65255a1f466f",
"HRM00902": "sample string 2",
"HRM00903": "sample string 3",
"HRM00904": 1,
"HRM00905": true,
"HRM00906": "2026-01-29T16:25:31.664068+07:00",
"HRM00907": "b07d631d-2bfe-4baa-8fd6-1f4b2e9a4dd0",
"HRM00908": true
}