GET api/DBHRM008/GetAllDataItem2?UserId={UserId}&UserLoginId={UserLoginId}&userName={userName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
Required |
|
| UserLoginId | globally unique identifier |
Required |
|
| userName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DBHRM008Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00801 | globally unique identifier |
None. |
|
| HRM00802 | string |
None. |
|
| HRM00803 | string |
None. |
|
| HRM00804 | integer |
None. |
|
| HRM00805 | boolean |
None. |
|
| HRM00806 | date |
None. |
|
| HRM00807 | globally unique identifier |
None. |
|
| HRM00808 | boolean |
None. |
|
| IsNotForOrder | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00801": "334bcf4a-b2b4-4633-8cd0-bcc23df6f0c7",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:14:50.8104893+07:00",
"HRM00807": "1159b2ff-c050-4d2c-99dd-98918a959bd5",
"HRM00808": true,
"IsNotForOrder": true
},
{
"HRM00801": "334bcf4a-b2b4-4633-8cd0-bcc23df6f0c7",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:14:50.8104893+07:00",
"HRM00807": "1159b2ff-c050-4d2c-99dd-98918a959bd5",
"HRM00808": true,
"IsNotForOrder": true
}
]