GET api/DBHRM009/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 DBHRM009Model
NameDescriptionTypeAdditional information
HRM00901

globally unique identifier

None.

HRM00902

string

None.

HRM00903

string

None.

HRM00904

integer

None.

HRM00905

boolean

None.

HRM00906

date

None.

HRM00907

globally unique identifier

None.

HRM00908

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRM00901": "4ad3b3f1-c960-44b1-9bdd-ccf7c13a938c",
    "HRM00902": "sample string 2",
    "HRM00903": "sample string 3",
    "HRM00904": 1,
    "HRM00905": true,
    "HRM00906": "2026-01-29T16:26:51.351224+07:00",
    "HRM00907": "09322ca8-20e6-451d-bfb9-e48b7cc8a18a",
    "HRM00908": true
  },
  {
    "HRM00901": "4ad3b3f1-c960-44b1-9bdd-ccf7c13a938c",
    "HRM00902": "sample string 2",
    "HRM00903": "sample string 3",
    "HRM00904": 1,
    "HRM00905": true,
    "HRM00906": "2026-01-29T16:26:51.351224+07:00",
    "HRM00907": "09322ca8-20e6-451d-bfb9-e48b7cc8a18a",
    "HRM00908": true
  }
]