GET api/DBHRM001/GetDataItem?objId={objId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
objId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DBHRM001Model
NameDescriptionTypeAdditional 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": "118d499d-2d38-42b7-ab2c-22fbeee8cc74",
  "HRM00102": "sample string 2",
  "HRM00103": "sample string 3",
  "HRM00104": true,
  "HRM00105": "2026-01-29T16:26:31.8466303+07:00",
  "HRM00106": "e58adfcb-5756-4410-9325-e0d6a01c827d",
  "HRM00107": 6,
  "HRM00108": "sample string 7",
  "HRM00109": "937c236b-fcd2-4a9b-9782-24dde6a281df"
}