GET /alert/:id

Retrieve information about a specific alert. For a list of valid status and resolution_reasons see Alert PUT.

Resource URL

https://production-connect.blacklinesafety.com/1/alert/:id

Parameters

id required The id of the alert.

Example Request

GET https://production-connect.blacklinesafety.com/1/alert/1234?access_token=abcd

Example Response

{
    "id":1234,
    "device_name":"Jim Parsons",
    "device_id":415,
    "status":"unacknowledged",
    "type":"fall_detected_alert",
    "date_last_modified":"2012-09-17 14:17:01",
    "date_created":"2012-09-17 14:17:00",
    "resolution_reason":"system_test",
    "note": "This is a note"
}