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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

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