IncidentsV2

Gets a single incident case by ID.

Gets a single incident case by ID.

For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens

Securitybearer
Request
path Parameters
id
required
string <uuid>
query Parameters
excludeForms
boolean
Responses
200

Incident found

400

Bad Request. This typically means one or more request validation errors occurred. Check the response body for details. For more help troubleshooting, please see https://dev-developer.hcssapps.com/getting-started/troubleshoot-bad-request

get/v2/incidents/{id}
Request samples
Response samples
{
  • "IncidentForms": [
    ],
  • "CreatedDateUtc": "2024-04-22T22:08:23.5455912Z",
  • "LastModifiedUtc": "2024-04-22T22:08:23.5455912Z",
  • "BusinessUnitDescription": "BU-123 description",
  • "ReportingStatus": "ReportedToThirdPartyCarrier",
  • "InsuranceCompanyName": "Allstate",
  • "InsuranceClaimTypes": [
    ],
  • "ClaimNumber": "111111",
  • "Adjuster": "FirstName LastName",
  • "AdjusterEmail": "adjuster@company.com",
  • "AdjusterPhone": "555-111-9999",
  • "AdjusterNotes": "adjuster notes",
  • "DateInvestigationBegan": "2024-04-23T22:08:23.5455912Z",
  • "Attachments": [],
  • "FieldAttachments": [],
  • "MinersInvolved": [
    ],
  • "ID": "5189ab73-38e1-48ef-bc2b-2a64c0da8ae4",
  • "CaseNumber": "injury-1234",
  • "Description": "Employee injured on-site",
  • "Notes": "Additional notes",
  • "FieldNotes": "Notes from Field Employees",
  • "JobCode": "construction-job-123",
  • "BusinessUnitCode": "BU-123",
  • "LocationDescription": "job site",
  • "ReportedDateUtc": "2024-04-22T22:08:23.5455912Z",
  • "RecorderCode": "employee-code-01",
  • "PersonInChargeCode": "employee-code-02",
  • "IncidentDateUtc": "2024-04-22T21:08:23.5455912Z",
  • "Status": "Reported",
  • "Address": {
    },
  • "Latitude": 29.76,
  • "Longitude": 95.37,
  • "Weather": "Overcast",
  • "PersonMostFamiliarCode": "employee-code-03",
  • "RecordedEmail": "employee01@company.com",
  • "RecordedPhoneNumber": "555-111-1111",
  • "PersonInChargeEmail": "employee02@company.com",
  • "PersonInChargePhoneNumber": "555-111-2222",
  • "PersonMostFamiliarEmail": "employee03@company.com",
  • "PersonMostFamiliarPhoneNumber": "555-111-3333",
  • "EstimatedCost": 1000,
  • "ActualCost": 1100,
  • "IsMSHAInvestigation": true,
  • "Individuals": "employee-code-01;employee-code-02;employee-code-03",
  • "SiteDescription": "Work site description",
  • "AccidentInjuryExplanation": "Employee injured left arm while working on XYZ",
  • "StepsToPreventFutureOccurrences": "Hazard control steps will be attached to equipment"
}