GET api/DBHRM151/GetAllDataItem3?UserID={UserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DBHRM010Model
NameDescriptionTypeAdditional 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": "bfb048d0-8a43-4cfe-ab2f-9c0a0fe46c91",
    "HRM01002": "e36b836f-3e8d-4e45-b20e-dd75b188218d",
    "HRM01003": "sample string 2",
    "HRM01004": "sample string 3",
    "HRM01005": 1,
    "HRM01006": true,
    "HRM01007": "2026-01-29T16:26:30.3500507+07:00",
    "HRM01008": "3d055b70-bced-442c-a40f-b47188d68e85",
    "HRM01009": true
  },
  {
    "HRM01001": "bfb048d0-8a43-4cfe-ab2f-9c0a0fe46c91",
    "HRM01002": "e36b836f-3e8d-4e45-b20e-dd75b188218d",
    "HRM01003": "sample string 2",
    "HRM01004": "sample string 3",
    "HRM01005": 1,
    "HRM01006": true,
    "HRM01007": "2026-01-29T16:26:30.3500507+07:00",
    "HRM01008": "3d055b70-bced-442c-a40f-b47188d68e85",
    "HRM01009": true
  }
]