Get hazard details.

get

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

This operation retrieves the details 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 was successfully retrieved.
Body ()
Root Schema : Hazard
Type: object
Show Source
Nested Schema : locationIds
Type: array
Locations affected by the hazard, cannot be empty
Show Source
  • Locations affected by the hazard, cannot be empty
    Example: [51,52]
Example:
[
    51,
    52
]
Back to Top