Get incidents for a specific location.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locations/{locationId}/incidents

This operation retrieves the incidents for a given location.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Incidents were successfully retrieved.
Body ()
Root Schema : Incidents
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Incident
Type: object
Show Source
Nested Schema : tags
Type: array
Unique Items Required: true
Tags for this incident. Can be updated.
Show Source
Example:
[
    "tag1",
    "tag2"
]
Back to Top