Modify the status of an alert.
https://eu.connect-prod.blacklinesafety.com/1/alert/:id
id required |
The id of the alert.
Example Value: 34421 |
status required |
The new status for alert. Must be one of: |
resolution_reason optional |
If the status is Must be one of:
|
note optional |
Allows you to add a note to the alert status for that alert id. The note should be url encoded. |
PUT | https://eu.connect-prod.blacklinesafety.com/1/alert/1234?access_token=abcd&status=acknowledged¬e=sample+note |
{
"id":1234,
"device_id":555,
"status":"resolved",
"resolution_reason":"system_test",
"type":"motion",
"date_last_modified":"2012-08-16 18:08:52"
}