GET api/DBHRM007/GetAllDataItem2?UserId={UserId}&UserLoginId={UserLoginId}&userName={userName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

globally unique identifier

Required

UserLoginId

globally unique identifier

Required

userName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DBHRM007Model
NameDescriptionTypeAdditional information
HRM00701

globally unique identifier

None.

HRM00702

string

None.

HRM00703

string

None.

HRM00704

integer

None.

HRM00705

boolean

None.

HRM00706

date

None.

HRM00707

globally unique identifier

None.

HRM00708

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRM00701": "f622d3f5-27dc-4580-9b75-08f6c20c9615",
    "HRM00702": "sample string 2",
    "HRM00703": "sample string 3",
    "HRM00704": 1,
    "HRM00705": true,
    "HRM00706": "2026-01-29T16:26:50.3503556+07:00",
    "HRM00707": "18694d0c-02dc-4e0e-a9b6-b04dfec726b0",
    "HRM00708": true
  },
  {
    "HRM00701": "f622d3f5-27dc-4580-9b75-08f6c20c9615",
    "HRM00702": "sample string 2",
    "HRM00703": "sample string 3",
    "HRM00704": 1,
    "HRM00705": true,
    "HRM00706": "2026-01-29T16:26:50.3503556+07:00",
    "HRM00707": "18694d0c-02dc-4e0e-a9b6-b04dfec726b0",
    "HRM00708": true
  }
]