GET api/DBHRM151/GetAllDataItem3?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "a7599b5d-2156-4707-a044-91a14c725984",
"HRM01002": "0631c110-424d-4bb8-8d26-7039ebedb135",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:14:54.4952511+07:00",
"HRM01008": "306f3179-045f-45ea-ba4a-4cb04d95e7f5",
"HRM01009": true
},
{
"HRM01001": "a7599b5d-2156-4707-a044-91a14c725984",
"HRM01002": "0631c110-424d-4bb8-8d26-7039ebedb135",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:14:54.4952511+07:00",
"HRM01008": "306f3179-045f-45ea-ba4a-4cb04d95e7f5",
"HRM01009": true
}
]