GET api/UserManagement/GetHRCUndertakingCheckListData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HRCUndertakingCheckListMaster
NameDescriptionTypeAdditional information
HRC_CheckList

integer

None.

Sys_Code

string

None.

CheckListName

string

None.

ShortCode

string

None.

ShortName

string

None.

ComplianceTask_Code

integer

None.

IsHRCApplicable

boolean

None.

CreatedDate

date

None.

CreateBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDelete

boolean

None.

IsSync

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRC_CheckList": 1,
    "Sys_Code": "sample string 2",
    "CheckListName": "sample string 3",
    "ShortCode": "sample string 4",
    "ShortName": "sample string 5",
    "ComplianceTask_Code": 1,
    "IsHRCApplicable": true,
    "CreatedDate": "2026-06-21T08:14:26.2503418+00:00",
    "CreateBy": 1,
    "ModifiedDate": "2026-06-21T08:14:26.2503418+00:00",
    "ModifiedBy": 1,
    "IsActive": true,
    "IsDelete": true,
    "IsSync": true
  },
  {
    "HRC_CheckList": 1,
    "Sys_Code": "sample string 2",
    "CheckListName": "sample string 3",
    "ShortCode": "sample string 4",
    "ShortName": "sample string 5",
    "ComplianceTask_Code": 1,
    "IsHRCApplicable": true,
    "CreatedDate": "2026-06-21T08:14:26.2503418+00:00",
    "CreateBy": 1,
    "ModifiedDate": "2026-06-21T08:14:26.2503418+00:00",
    "ModifiedBy": 1,
    "IsActive": true,
    "IsDelete": true,
    "IsSync": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfHRCUndertakingCheckListMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DALHRMS.EntityModel">
  <HRCUndertakingCheckListMaster>
    <CheckListName>sample string 3</CheckListName>
    <ComplianceTask_Code>1</ComplianceTask_Code>
    <CreateBy>1</CreateBy>
    <CreatedDate>2026-06-21T08:14:26.2503418+00:00</CreatedDate>
    <HRC_CheckList>1</HRC_CheckList>
    <IsActive>true</IsActive>
    <IsDelete>true</IsDelete>
    <IsHRCApplicable>true</IsHRCApplicable>
    <IsSync>true</IsSync>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2026-06-21T08:14:26.2503418+00:00</ModifiedDate>
    <ShortCode>sample string 4</ShortCode>
    <ShortName>sample string 5</ShortName>
    <Sys_Code>sample string 2</Sys_Code>
  </HRCUndertakingCheckListMaster>
  <HRCUndertakingCheckListMaster>
    <CheckListName>sample string 3</CheckListName>
    <ComplianceTask_Code>1</ComplianceTask_Code>
    <CreateBy>1</CreateBy>
    <CreatedDate>2026-06-21T08:14:26.2503418+00:00</CreatedDate>
    <HRC_CheckList>1</HRC_CheckList>
    <IsActive>true</IsActive>
    <IsDelete>true</IsDelete>
    <IsHRCApplicable>true</IsHRCApplicable>
    <IsSync>true</IsSync>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2026-06-21T08:14:26.2503418+00:00</ModifiedDate>
    <ShortCode>sample string 4</ShortCode>
    <ShortName>sample string 5</ShortName>
    <Sys_Code>sample string 2</Sys_Code>
  </HRCUndertakingCheckListMaster>
</ArrayOfHRCUndertakingCheckListMaster>