Project - Hazards REST Endpoints
Project - Hazards
The Hazards API lets you manage and maintain hazards in your Oracle IoT Connected Worker Cloud Service instance. Note that Hazard or HazardLocation can be resolved only by employee with role IoTCWSupervisor or higher.
- Get a hazard location.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations/{locationId}
- Get hazard details.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}
- Get hazard locations.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations
- Get hazards.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards
- Get the status of a hazard location.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations/{locationId}/status
- Get the status of a hazard.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/status