GET api/DBHRM014/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DBHRM014Model
NameDescriptionTypeAdditional information
HRM01401

globally unique identifier

None.

HRM01402

string

None.

HRM01403

string

None.

HRM01404

globally unique identifier

None.

HRM01405

globally unique identifier

None.

HRM01406

decimal number

None.

HRM01407

integer

None.

HRM01408

integer

None.

HRM01409

integer

None.

HRM01410

boolean

None.

HRM01411

boolean

None.

HRM01412

date

None.

HRM01413

globally unique identifier

None.

HRM01414

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRM01401": "f8b923dc-4052-4624-b8d4-7a173f92d524",
    "HRM01402": "sample string 2",
    "HRM01403": "sample string 3",
    "HRM01404": "4588decf-61cb-422b-886a-407f88b2492a",
    "HRM01405": "e24ec64f-65f8-409a-b056-a065c0c26b3a",
    "HRM01406": 1.0,
    "HRM01407": 1,
    "HRM01408": 1,
    "HRM01409": 1,
    "HRM01410": true,
    "HRM01411": true,
    "HRM01412": "2026-01-29T04:26:11.1369226+07:00",
    "HRM01413": "3ade59b5-012a-4d99-b656-3f4e63dad05f",
    "HRM01414": true
  },
  {
    "HRM01401": "f8b923dc-4052-4624-b8d4-7a173f92d524",
    "HRM01402": "sample string 2",
    "HRM01403": "sample string 3",
    "HRM01404": "4588decf-61cb-422b-886a-407f88b2492a",
    "HRM01405": "e24ec64f-65f8-409a-b056-a065c0c26b3a",
    "HRM01406": 1.0,
    "HRM01407": 1,
    "HRM01408": 1,
    "HRM01409": 1,
    "HRM01410": true,
    "HRM01411": true,
    "HRM01412": "2026-01-29T04:26:11.1369226+07:00",
    "HRM01413": "3ade59b5-012a-4d99-b656-3f4e63dad05f",
    "HRM01414": true
  }
]