GET api/DBHRM148/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 DBHRM007Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00701 | globally unique identifier |
None. |
|
| HRM00702 | string |
None. |
|
| HRM00703 | string |
None. |
|
| HRM00704 | integer |
None. |
|
| HRM00705 | boolean |
None. |
|
| HRM00706 | date |
None. |
|
| HRM00707 | globally unique identifier |
None. |
|
| HRM00708 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00701": "f4855153-5a95-4b59-9f4d-23b9d636e9a4",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:14:50.702641+07:00",
"HRM00707": "db7d737a-4634-4fd8-86af-36ab54dd0b14",
"HRM00708": true
},
{
"HRM00701": "f4855153-5a95-4b59-9f4d-23b9d636e9a4",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:14:50.702641+07:00",
"HRM00707": "db7d737a-4634-4fd8-86af-36ab54dd0b14",
"HRM00708": true
}
]