GET api/DBHRM150/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 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": "7c61f2ae-b739-4987-b994-e13fbcd9f9de",
"HRM00902": "sample string 2",
"HRM00903": "sample string 3",
"HRM00904": 1,
"HRM00905": true,
"HRM00906": "2026-04-03T18:14:49.9038136+07:00",
"HRM00907": "44f71068-c8b9-48f7-ace0-b7edec3f804c",
"HRM00908": true
},
{
"HRM00901": "7c61f2ae-b739-4987-b994-e13fbcd9f9de",
"HRM00902": "sample string 2",
"HRM00903": "sample string 3",
"HRM00904": 1,
"HRM00905": true,
"HRM00906": "2026-04-03T18:14:49.9038136+07:00",
"HRM00907": "44f71068-c8b9-48f7-ace0-b7edec3f804c",
"HRM00908": true
}
]