How get live events?

I want to know which way I could get live events from milestone throught the Mobile SDK or API REST.

I have a service external running in Javascript and I need get events from milestone in real time.

Hey,

What do you mean by live events. Events related to live video or being notified when an event (defined in XPCO) is triggered ?

Be notified when a defined event in XPCO is triggered, for example Tampering Detection.

Regarding REST API, you can get event’s configurations but there is no way to get triggered events unfortunately.

This is not REST API but there are a few samples in Protocol and component samples.

You can refer Alarm/events viewer sample in protocol integration and component sample if interested.

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/alarmlist/readme.html&tree=tree_3.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/alarmeventviewer/readme.html&tree=tree_2.html

Hey,

Unfortunately we do not support this functionality in Mobile SDK either. In MIPSDK Mobile you can subscribe for alarms instead

/Svetlana

Where can I find the docs about alarms suscribtion?