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": "b79eea77-fdec-4bb9-a893-734fa3c4867f",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-01-29T16:26:55.7251133+07:00",
"HRM00807": "98b295e5-e7b9-4882-9927-2075aa1adc6a",
"HRM00808": true,
"IsNotForOrder": true
},
{
"HRM00801": "b79eea77-fdec-4bb9-a893-734fa3c4867f",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-01-29T16:26:55.7251133+07:00",
"HRM00807": "98b295e5-e7b9-4882-9927-2075aa1adc6a",
"HRM00808": true,
"IsNotForOrder": true
}
]