Incident Kiosks REST Endpoints

Incident Kiosks
The incidentKiosks resource provides a kiosk version of incidents. This resource allows a simple GET and POST operation on incidents.
Create an incident
Method: post
Path: /hcmRestApi/resources/11.13.18.05/incidentKiosks
Get all incidents
Method: get
Path: /hcmRestApi/resources/11.13.18.05/incidentKiosks
Get an incident
Method: get
Path: /hcmRestApi/resources/11.13.18.05/incidentKiosks/{IncidentId}
Update an incident
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/incidentKiosks/{IncidentId}