Get the status of a hazard.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/status

This operation retrieves the status of a specific hazard.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Hazard status was successfully retrieved.
Body ()
Root Schema : schema
Type: string
Allowed Values: [ "OPEN", "RESOLVED" ]
Back to Top