Retrieve all Live Console Events
Every Smart Trigger saves a history of every event that happened with it and through our API you can check on how your Smart Trigger doing without going to portal.
As of now, when using this request the API will send every single event that happened with your Smart Trigger, we will later add the ability to request the events on specific dates and intervals.
To retrieve all Live Console Events, send a
GET
request to our API with this URL:https://api.parsiq.net/v1/smart-triggers/SMART_TRIGGER_ID/event-log
You need to provide your Smart Trigger ID, you can find it inside your Smart Trigger on our Portal by clicking "Copy ID" or just copy the ID manually under the name of the Smart Trigger.

Last modified 9mo ago