Description
An event resulting in the harm or injury of an employee. Click Employee Incident for more information.
Resource Overview
| Endpoint | Definition |
| GET/EmployeeIncidents | Retrieve a list of information related to employee incident types. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| ContactID | unique identifier for contact in Aspire | integer(int32) | |
| ContactName | full name of the contact | string | Max Length: 101 |
| Cost | cost associated with the incident | number(double) | |
| CreatedByUserID | unique identifier of the user who created the record | integer(int32) | |
| CreatedByUserName | full name of the user who created the record | string | Max Length: 101 |
| CreatedDateTime | date and time when the record was created | DateTime | Max Length: 50 Min |
| EmployeeComments | comments provided by the employee | string | Max Length: 1000 |
| EmployeeIncidentDate | date and time when when the incident occurred | DateTime | |
| EmployeeIncidentID | unique identifier for the employee incident | integer(int32) | |
| EmployeeIncidentTypeID | unique identifier for employee incident type | integer(int32) | |
| EmployeeIncidentTypeName | name of the employee incident type | string | |
| HRComments | Comments from the Human Resources department | string | |
| HRContactID | unique identifier of the involved HR contacts | integer(int32) | |
| InsuranceSubmissionDate | date associated with the claim submitted by the insurance company | ||
| 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 | |
| SupervisorComments | comments provided by supervisor | string | Max Length: 1000 |
| SupervisorContactID | unique identifier for supervisor contact | integer(int32) |