Hi everyone,
I’m working on a project that requires real-time access to license plate data as it’s being detected. Does anyone know of a way to retrieve this information via WebSocket or REST API? Any guidance or recommendations would be greatly appreciated.
Thanks
Thanks for the response.
Regarding the event types, I’ve seen in the documentation that we have to set a list containing only this element) or a list of GUIDs that represents event type(s). E.g. a GUID representing ArchiveFailure, or a GUID representing DiskFull.
Is there a list of the event types? Or is there a way to get the GUIDs of the event types?
There was a wrong information in my first reply.
Events REST API is not only for historical data. Actually we can emulate the current SOAP based sessions that user can use to get raised events.
https://doc.developer.milestonesys.com/mipvmsapi/api/events-rest/v1/#tag/EventSessions/operation/EventSessions_Post
No matter if you use REST or WebSocket..
I think the proper place to retrieve event types is REST Config API (/api/rest/v1/eventTypes)
https://doc.developer.milestonesys.com/mipvmsapi/api/config-rest/v1/#tag/Events/operation/getAlleventTypesInAeventTypeGroups