GET api/DBHRM004/GetAllDataItem3?groupUserId={groupUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupUserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DBHRM004Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00401 | globally unique identifier |
None. |
|
| HRM00402 | globally unique identifier |
None. |
|
| tHRM00402 | string |
None. |
|
| pHRM00403 | globally unique identifier |
None. |
|
| tHRM00403 | string |
None. |
|
| HRM00202 | string |
None. |
|
| HRM00403 | globally unique identifier |
None. |
|
| HRM00404 | boolean |
None. |
|
| HRM00405 | boolean |
None. |
|
| HRM00406 | boolean |
None. |
|
| HRM00407 | boolean |
None. |
|
| HRM00408 | boolean |
None. |
|
| HRM00409 | boolean |
None. |
|
| HRM00410 | date |
None. |
|
| HRM00411 | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00401": "558e34f1-b0a2-4539-8957-edc06818c52a",
"HRM00402": "9dc6ead2-d58f-4544-9e10-6a1f8b9735b9",
"tHRM00402": "sample string 3",
"pHRM00403": "178c357c-d58a-46bf-a5c8-bf4820e1cbdd",
"tHRM00403": "sample string 4",
"HRM00202": "sample string 5",
"HRM00403": "46b2de33-b9af-40cb-986e-f8ebe70d916c",
"HRM00404": true,
"HRM00405": true,
"HRM00406": true,
"HRM00407": true,
"HRM00408": true,
"HRM00409": true,
"HRM00410": "2026-04-03T18:12:55.31057+07:00",
"HRM00411": "b65220ce-0a02-4825-97c8-3fbe25719562",
"SortOrder": 14
},
{
"HRM00401": "558e34f1-b0a2-4539-8957-edc06818c52a",
"HRM00402": "9dc6ead2-d58f-4544-9e10-6a1f8b9735b9",
"tHRM00402": "sample string 3",
"pHRM00403": "178c357c-d58a-46bf-a5c8-bf4820e1cbdd",
"tHRM00403": "sample string 4",
"HRM00202": "sample string 5",
"HRM00403": "46b2de33-b9af-40cb-986e-f8ebe70d916c",
"HRM00404": true,
"HRM00405": true,
"HRM00406": true,
"HRM00407": true,
"HRM00408": true,
"HRM00409": true,
"HRM00410": "2026-04-03T18:12:55.31057+07:00",
"HRM00411": "b65220ce-0a02-4825-97c8-3fbe25719562",
"SortOrder": 14
}
]