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: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations/{locationId}
Get hazard details.
Method: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}
Get hazard locations.
Method: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations
Get hazards.
Method: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards
Get the status of a hazard location.
Method: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations/{locationId}/status
Get the status of a hazard.
Method: get
Path: /connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/status