GET api/DBHRM001/GetAllDataItem3?GroupUserId={GroupUserId}&UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupUserId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DBHRM001Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00101 | globally unique identifier |
None. |
|
| HRM00102 | string |
None. |
|
| HRM00103 | string |
None. |
|
| HRM00104 | boolean |
None. |
|
| HRM00105 | date |
None. |
|
| HRM00106 | globally unique identifier |
None. |
|
| HRM00107 | integer |
None. |
|
| HRM00108 | string |
None. |
|
| HRM00109 | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00101": "15ff9f66-18a2-4b8d-a559-d2f6bbc7e24d",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-01-29T16:26:49.8977961+07:00",
"HRM00106": "a51df900-6117-424f-8583-5c505665975f",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "7f66172e-c957-452d-b9cf-f1a33c032c1f"
},
{
"HRM00101": "15ff9f66-18a2-4b8d-a559-d2f6bbc7e24d",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-01-29T16:26:49.8977961+07:00",
"HRM00106": "a51df900-6117-424f-8583-5c505665975f",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "7f66172e-c957-452d-b9cf-f1a33c032c1f"
}
]