GET api/DBHRM001/GetAllDataItem?UserID={UserID}&userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DBHRM001Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00101 | globally unique identifier |
None. |
|
| HRM00102 | string |
None. |
|
| HRM00103 | string |
None. |
|
| HRM00104 | boolean |
None. |
|
| HRM00105 | date |
None. |
|
| HRM00106 | globally unique identifier |
None. |
|
| HRM00107 | integer |
None. |
|
| HRM00108 | string |
None. |
|
| HRM00109 | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00101": "e669bdb4-ede5-4395-8182-65e939d13f5f",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-01-29T16:26:51.6179328+07:00",
"HRM00106": "cf69b207-9883-462a-819b-6a42b1b0581a",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "d0c74efd-6c9c-48fe-9e10-ec7e109a5e7a"
},
{
"HRM00101": "e669bdb4-ede5-4395-8182-65e939d13f5f",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-01-29T16:26:51.6179328+07:00",
"HRM00106": "cf69b207-9883-462a-819b-6a42b1b0581a",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "d0c74efd-6c9c-48fe-9e10-ec7e109a5e7a"
}
]