Skip to main content
Skip table of contents

HR Incident Status

URL

Verbs

Function

Available
HRIncidentStatus

GET

Query a list of HR Incident Status

Post 2018.3

HRIncidentStatus/<description>

GET

Get a specific HR Incident Status

Post 2018.3

Security Linked Menu

Menu Item
Located
Maintain LookupsHR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRIncidentStatuss collection='true' count='2'>
    <HRIncidentStatus>
        <OidString>6602.2</OidString>
        <Edition>1</Edition>
        <IsClosed>true</IsClosed>
        <Description>Closed</Description>
    </HRIncidentStatus>
    <HRIncidentStatus>
        <OidString>6602.1</OidString>
        <Edition>3</Edition>
        <IsClosed>false</IsClosed>
        <Description>Open</Description>
    </HRIncidentStatus>
</HRIncidentStatuss>
JavaScript errors detected

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

If this problem persists, please contact our support.