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
-
alertId: string
Employee alert identifier
-
employeeId: string
Employee identifier
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Status of an alert was successfully retrieved.
Root Schema : schema
Type:
string
Allowed Values:
[
"ACTIVE",
"RESOLVED"
]