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

  1. {
  2. "id":1234,
  3. "device_name":"Jim Parsons",
  4. "device_id":415,
  5. "status":"unacknowledged",
  6. "type":"fall_detected_alert",
  7. "date_last_modified":"2012-09-17 14:17:01",
  8. "date_created":"2012-09-17 14:17:00",
  9. "resolution_reason":"system_test",
  10. "note": "This is a note"
  11. }