GET api/DBHRM010/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DBHRM010Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM01001 | globally unique identifier |
None. |
|
| HRM01002 | globally unique identifier |
None. |
|
| HRM01003 | string |
None. |
|
| HRM01004 | string |
None. |
|
| HRM01005 | integer |
None. |
|
| HRM01006 | boolean |
None. |
|
| HRM01007 | date |
None. |
|
| HRM01008 | globally unique identifier |
None. |
|
| HRM01009 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"HRM01001": "c7063894-383e-4561-82b4-21e74686670e",
"HRM01002": "ec1e8f5e-c94b-4436-a500-4b83d89ca1da",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-01-29T16:25:31.20071+07:00",
"HRM01008": "1498df33-e452-4ae8-902a-5d5d1627a9f8",
"HRM01009": true
}