Description
Classifications of different employee incidents.
Resource Overview
| Endpoint | Definition | 
| GET/EmployeeIncidentTypes | Retrieve a list of information related to employee incidents. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| Active | indicates whether the incident type is active or inactive | boolean | |
| CreatedByUserID | unique identifier of the user who created the incident type record | integer(int32) | |
| CreatedByUserName | full name of the user who created the incident type record | string  | Max Length:101  | 
| CreatedDateTime | date and time when the record was created | DateTime | |
| EmployeeIncidentTypeID | unique identifier for employee incident type | integer(int32) | |
| EmployeeIncidentTypeName | name of the employee incident type | string | |
| LastModifiedByUserID | unique identifier of user who made most recent change to record | integer(int32) | |
| LastModifiedByUserName | full name of user who made most recent change to record | string | Max Length: 101 | 
| LastModifiedDateTime | date and time when record was last modified | DateTime |