Skip to content

List alert notification group links

Request

Get all available links between alerts and notification groups subject to filters.

Security
api_key
Query
cameraPositionIdstring, (uuid)

The ID of a camera position linked to the alert.

notificationGroupIdstring, (uuid)

The ID of the notification group the alerts are linked to.

alertIdstring, (uuid)

The ID of the alert the notification groups are linked to.

organisationIdstring, (uuid)

The ID of the associated organisation.

occupancyMonitorIdstring, (uuid)

the ID of the occupancy monitor the alert is linked to.

alertTypestring

The type of the linked alert.

Enum:"offline_alert""occupancy_alert""camera_health_summary_alert"
siteIdstring, (uuid)

the ID of the site the linked alert is part of.

curl -i -X GET \
  'https://coreapi.hoxton.ai/_mock/v1/alert-notification-groups?cameraPositionId=497f6eca-6276-4993-bfeb-53cbbbba6f08&notificationGroupId=497f6eca-6276-4993-bfeb-53cbbbba6f08&alertId=497f6eca-6276-4993-bfeb-53cbbbba6f08&organisationId=497f6eca-6276-4993-bfeb-53cbbbba6f08&occupancyMonitorId=497f6eca-6276-4993-bfeb-53cbbbba6f08&alertType=offline_alert&siteId=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
Array [
alertIdstring, (uuid)required
notificationGroupIdstring, (uuid)required
]
Response
[ { "alertId": "a9367074-b5c3-42c4-9be4-be129f43577e", "notificationGroupId": "41de1f35-974f-4b87-aa3b-73a525fbcbb4" } ]