GET api/DBHRM149/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 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": "905186f0-06a0-4297-a383-1afd85939749",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:14:50.9955026+07:00",
"HRM00807": "aedb0a79-a3c9-476f-a692-856e5ca7bdfe",
"HRM00808": true,
"IsNotForOrder": true
},
{
"HRM00801": "905186f0-06a0-4297-a383-1afd85939749",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:14:50.9955026+07:00",
"HRM00807": "aedb0a79-a3c9-476f-a692-856e5ca7bdfe",
"HRM00808": true,
"IsNotForOrder": true
}
]