Incidents REST Endpoints
Incidents
The Incidents API lets you manage and maintain the incidents in your Oracle IoT Connected Worker Cloud Service instance.
- Get an incident.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId} - Get employees affected by the given incident.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}/employees - Get incidents.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/incidents - Get locations affected by the given incident.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}/locations - Get projects affected by the given incident.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/incidents/{incidentId}/projects