Skip to main content
Skip table of contents

HR Incident Type

URL

Verbs

Function

Available
HRIncidentType

GET

Query a list of HR Incident Types

Post 2018.3

HRIncidentType/<description>

GET

Get a specific HR Incident Type

Post 2018.3

Security Linked Menu

Menu Item
Located
Maintain LookupsHR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRIncidentTypes collection='true' count='3'>
    <HRIncidentType>
        <OidString>6603.1</OidString>
        <Edition>2</Edition>
        <IsClosed>false</IsClosed>
        <Description>Act of Nature</Description>
    </HRIncidentType>
    <HRIncidentType>
        <OidString>6603.2</OidString>
        <Edition>2</Edition>
        <IsClosed>false</IsClosed>
        <Description>Human Error</Description>
    </HRIncidentType>
    <HRIncidentType>
        <OidString>6603.3</OidString>
        <Edition>2</Edition>
        <IsClosed>false</IsClosed>
        <Description>Workplace Safety</Description>
    </HRIncidentType>
</HRIncidentTypes>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.