Get hazards.

get

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

This operation retrieves hazards for a project.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Hazards were successfully retrieved.
Body ()
Root Schema : Hazards
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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