v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Actions

Retrieve a single alert action.

get/alertActions/{actionId}

Response

OK

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "id": "f3436b61-94fd-41b6-8f0a-ee6ff55acaa6",
  "createTimestamp": "2021-04-22T00:00:00.000+00:00",
  "type": "notification",
  "enabled": true,
  "name": "Notify all technical support staff.",
  "notes": "Notify everyone with the technical support role. Useful in cases where a device goes offline.",
  "settings": {
    "users": [
      {
        "id": "ca0de584",
        "push": true,
        "email": true
      }
    ],
    "rearmSeconds": 900,
    "maxPerHour": 10
  }
}