GET api/DBHRM007/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": "f7f35e7e-10f7-41bd-a5b9-ef731a64ff20",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-01-29T16:26:27.4305248+07:00",
"HRM00707": "2cd6a334-e11a-4a7f-9ecf-88922f921bc6",
"HRM00708": true
},
{
"HRM00701": "f7f35e7e-10f7-41bd-a5b9-ef731a64ff20",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-01-29T16:26:27.4305248+07:00",
"HRM00707": "2cd6a334-e11a-4a7f-9ecf-88922f921bc6",
"HRM00708": true
}
]