Add an email address to which alarms reports are sent. Emails are sent at a set interval. Partners can add alarms recipient specific to an organization by providing the organization ID.
Note: POST calls create new data, and do not affect existing data.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Internal server error
{- "email": "email@email.com",
- "reportIntervalSeconds": 3600,
- "alarmDefinitions": [
- {
- "id": 625,
- "name": "Hardware failure: Unable to start camera sensor and record video"
}
]
}
{- "data": {
- "email": "email@email.com",
- "reportIntervalSeconds": 3600,
- "alarmDefinitions": [
- {
- "id": 625,
- "name": "Hardware failure: Unable to start camera sensor and record video"
}
], - "id": 23,
- "createdByAudienceName": "surfsight",
- "createdById": 23,
- "targetEntity": "organization",
- "targetId": 27,
- "lastReportAt": "2019-08-24T14:15:22Z"
}
}