Get the status of a hazard location.
get
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/hazards/{hazardId}/locations/{locationId}/status
This operation retrieves the status of the location of a specific hazard.
Request
Path Parameters
-
hazardId: string
Hazard identifier
-
locationId: string
Hazard location 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 location status was successfully retrieved.
Root Schema : schema
Type:
string
Allowed Values:
[
"OPEN",
"RESOLVED"
]