Get the status of the alert.

get

/connectedWorker/clientapi/v2/employees/{employeeId}/alerts/{alertId}/status

This operation retrieves the status for given employee alert.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Status of an alert was successfully retrieved.
Body ()
Root Schema : schema
Type: string
Allowed Values: [ "ACTIVE", "RESOLVED" ]
Back to Top