Get all available alerts subject to filters.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/alerts
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/alerts
curl -i -X GET \
'https://coreapi.hoxton.ai/_mock/v1/alerts?alertType=offline_alert&cameraPositionId=497f6eca-6276-4993-bfeb-53cbbbba6f08¬ificationGroupId=497f6eca-6276-4993-bfeb-53cbbbba6f08&organisationId=497f6eca-6276-4993-bfeb-53cbbbba6f08&occupancyMonitorId=497f6eca-6276-4993-bfeb-53cbbbba6f08&siteId=497f6eca-6276-4993-bfeb-53cbbbba6f08&state=active' \
-H 'Authorization: YOUR_API_KEY_HERE'OK.
Array []
Enum:"offline_alert""occupancy_alert""camera_health_summary_alert""people_count"
Type-specific alert configuration; its shape depends on alertType. For occupancy_alert see OccupancyAlertConfiguration. Validated server-side rather than by this (Swagger 2.0) schema.
Response
[ { "alertScope": "mixed", "alertType": "offline_alert", "configurationDetails": {}, "createdAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z", "emails": [ … ], "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98", "state": "active", "webhook": {} } ]