GET api/DBHRM002/GetAllDataItem5?UserID={UserID}&groupUserId={groupUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| groupUserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DBHRM002Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00201 | globally unique identifier |
None. |
|
| HRM00202 | string |
None. |
|
| HRM00203 | string |
None. |
|
| HRM00204 | globally unique identifier |
None. |
|
| HRM00205 | boolean |
None. |
|
| HRM00206 | date |
None. |
|
| HRM00207 | globally unique identifier |
None. |
|
| HRM00208 | integer |
None. |
|
| HRM00209 | boolean |
None. |
|
| HRM00210 | integer |
None. |
|
| tHRM00210 | string |
None. |
|
| HRM00211 | string |
None. |
|
| HRM00212 | string |
None. |
|
| HRM00213 | string |
None. |
|
| HRM00214 | boolean |
None. |
|
| HRM00215 | boolean |
None. |
|
| getFromDataBase | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00201": "83198f67-cc2a-494d-8010-48e4005c4ad2",
"HRM00202": "sample string 2",
"HRM00203": "sample string 3",
"HRM00204": "2290ce05-c342-4310-a5b3-fdd3090496aa",
"HRM00205": true,
"HRM00206": "2026-04-03T18:12:57.2325426+07:00",
"HRM00207": "b215d6ae-fec7-4a8f-bfb5-10bb3654db02",
"HRM00208": 6,
"HRM00209": true,
"HRM00210": 8,
"tHRM00210": "sample string 9",
"HRM00211": "sample string 10",
"HRM00212": "sample string 11",
"HRM00213": "sample string 12",
"HRM00214": true,
"HRM00215": true,
"getFromDataBase": true
},
{
"HRM00201": "83198f67-cc2a-494d-8010-48e4005c4ad2",
"HRM00202": "sample string 2",
"HRM00203": "sample string 3",
"HRM00204": "2290ce05-c342-4310-a5b3-fdd3090496aa",
"HRM00205": true,
"HRM00206": "2026-04-03T18:12:57.2325426+07:00",
"HRM00207": "b215d6ae-fec7-4a8f-bfb5-10bb3654db02",
"HRM00208": 6,
"HRM00209": true,
"HRM00210": 8,
"tHRM00210": "sample string 9",
"HRM00211": "sample string 10",
"HRM00212": "sample string 11",
"HRM00213": "sample string 12",
"HRM00214": true,
"HRM00215": true,
"getFromDataBase": true
}
]