Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

       Description

      Sample

Authorization

       Represents the value of the authentication token.
       Allow multiple values: no.

      Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ...

ConsumerId

       Represents the value of the consumer id.
       Allow multiple values: no.

      2426

Response

Sample:

View file
nameIMS PD JSON Response

Sample:

Code Block
[{
    "IncidentID": "sample string",
	
	"InternalIncidentID": "sample string",
    
	"IncidentTitle": "sample string",

    "LocationCode": "sample string",

    "Location": "sample string",

    "IncidentDate": "2019-10-06T00:00:00.000Z",

    "TimeofIncident": "sample string 2",

    "TimeUndetermined": "sample string",

    "DayOfWeek": "sample string",

    "JobShift": "sample string",

    "TimeWorkDayBegan": "sample string",

    "hasthePotentialtobeSerious": "sample string",
	
    "DescriptionofIncident": "sample string",
    
    "IncidentOccurredonEmployerPremises": "sample string",
  
    "Department": "sample string",
	
    "PinLocation": "sample string",
    
    "AddressofIncidentLocation": "sample string",

    "City": "sample string",

    "County": "2019-10-06T00:00:00.000Z",

    "Country": "sample string 2",

    "State": "sample string",

    "ZipCode": "sample string",

    "WasAssetinvolved": "sample string",

    "Assets": [{

       "sample string 2"
    }],

    "ConfirmSignificancelevelofincident": "sample string",

    "WasCorrectiveActioncompleted": "sample string",

    "ActionItemTitle": "2019-10-06T00:00:00.000Z",

    "ActionTaken": "sample string 2",

    "PrimaryOwner": "sample string",

    "AssignedBy": "sample string",

    "CompletionDate": "sample string",

    "DateandTimeReportedtoEmployer": "sample string",

    "WasEmployeeinvolvedintheIncident": "sample string",
	  
	"EmployeeDetails": 
	 {
	  
      "PersonnelType": "sample string",
	  
	  "EmployeeInvolved": "sample string",
	  
	  "EmployeeId": "sample string",
	  
	  "PayRateType": "sample string",
	  
	  "EmployeeDepartment": "sample string",
	  
	  "Contractor": "sample string",
	  
	  "DoyouwanttoclassifyUnsupervisedContractEmployee": "sample string",
	  
	  "TypeofClientPersonnel": "sample string",
	  
	  "ClientCompany": "sample string",
	  
	  "NameofContractor": "sample string",
	  
	  "NameofSubContractor": "sample string"
	 
	} ,
	  
	"WasMachineinvolved": "sample string",
	  
	"MachineNumber": "sample string",
	  
	"ReviewedbyEHSRepresentative": "sample string",
	  
	"ReviewDate": "sample string",
	  
	"Property Damage Incident Details":
	{
	    "IncidentType": "sample string",
		
		"IsthisachargeableIncident": "sample string",
		
		"CauseofIncident": "sample string"
	}
	 
	"DamageSummary":
	{
	    "Wascontractorinvolvedintheincident": "sample string",
		
		"PleaseprovideContractorDetails": "sample string",
		
		"Wasthecontractortrainedoncompanypolicies": "sample string",
		
		"Describeanydamagecaused": "sample string",
		
		"Describewhatcausedtheincidenttooccur": "sample string",
		
		"Describeworkactivitybeingperformedduringincident": "sample string",
		
		"Wastheapplicableregulatoryagencynotified": "sample string"
	}

    "ArethereanyWitnessesidentified": "sample string",

    "NumberofWitnesses":  "sample string",

    "WitnessInformation":
    [ {

         "LastName": "sample string 2",

         "FirstName": "sample string 3",

         "MiddleName": "sample string 4",

         "Notes": "sample string 6",
		 
		 "PhoneNumber": "sample string 6",

         "WitnessrealtiontoProcessMAP": "sample string 6"

    } ],

    "IncidentStatus": "sample string",

    "CreatedBy": "sample string",

    "CreatedDate": "2019-10-14T11:43:31.517Z",

    "LastUpdatedDate": "2019-10-14T11:47:29.440Z",

    "LastUpdatedBy": "sample string"   
}]

...