01-30-2020 11:14 AM
Currently trying to trigger alarms using the Alarm HTTP API when someone reports a fault on a particular asset. Is there an easy way to query for Notification Strategy IDs? So far have managed to retrieve them from the alarms api by manually searching but if I was to create a new strategy is there a way to view/access the ID? Couldn't find a way to query notification strategies but might have missed it.
Solved! Go to Solution.
02-05-2020 11:12 AM
You can do a GET to /ninotification/v1/notification-strategies to list all strategies. I attached our documentation for the HTTP API of the Notification service. A Swagger doc for that service might be coming later this year. There's also a "Get Notification Strategies" VI on the Alarms palette.
02-07-2020 01:42 AM
Thanks, this is what we were looking for.