We are doing an integration with XProtect, we’ve managed to get the LPR event via a WebHook and it works terrific. We get the Event data with the LPR text etc.
However, we would also like to fetch a snapshot of the entry with the REST API. Snapshot image data doesn’t seem to be included in the LPR JSON event data. In the end of the event we see “ReferenceList”:null,“SnapshotList”:null,“Vendor”:null},
I’ve read on this post with similar issue: Get the snapshot from a LPR Event (milestonesys.com)
but it seems not it was solved as I understand it.
Can anyone point us to how and where in the REST API we can fetch the corresponding snapshot of a LPR event? We’ve also tried configuring the rule to record during an LPR event if that helps but still the same question, how do we fetch the corresponding snapshot for the LPR event with the REST API?
Thank you in advance