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
-
hazardId: string
Hazard identifier
-
orgId: string
Organization identifier
-
projectId: string
Project identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Hazard status was successfully retrieved.
Root Schema : schema
Type:
string
Allowed Values:
[
"OPEN",
"RESOLVED"
]