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 Lookups | HR / 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>