Skip to content
  • There are no suggestions because the search field is empty.

HR Incident Event Type

URL

Verbs

Function

Available

HRIncidentEventType

GET

Query a list of HR Incident Event Types

Post 2018.3

HRIncidentEventType/<description>

GET

Get a specific HR Incident Event Type

Post 2018.3

Security Linked Menu

Menu Item
Located
Maintain Lookups HR / System / Utilities

URL

Verbs

Function

Available

HRIncidentEventType

GET

Query a list of HR Incident Event Types

Post 2018.3

HRIncidentEventType/<description>

GET

Get a specific HR Incident Event Type

Post 2018.3

Security Linked Menu

Menu Item
Located
Maintain Lookups HR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRIncidentEventTypes collection='true' count='5'>
<HRIncidentEventType>
<OidString>6600.5</OidString>
<Edition>1</Edition>
<IsClosed>false</IsClosed>
<Description>eHR</Description>
</HRIncidentEventType>
<HRIncidentEventType>
<OidString>6600.2</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Initial Action</Description>
</HRIncidentEventType>
<HRIncidentEventType>
<OidString>6600.3</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Rehabilitation</Description>
</HRIncidentEventType>
<HRIncidentEventType>
<OidString>6600.4</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Return to work plan</Description>
</HRIncidentEventType>
<HRIncidentEventType>
<OidString>6600.1</OidString>
<Edition>1</Edition>
<IsClosed>false</IsClosed>
<Description>Status Changed</Description>
</HRIncidentEventType>
</HRIncidentEventTypes>