I have XProtect 2022 R3 installed.
It gets license plates from cameras.
It should also have a list of verified license plates.
I need to get the list of verified license plates.
I also need to get newly detected license plates.
I am trying to get this information using the API Gateway.
I have access to the Gateway and have received a bearer token and checked that it works.
My problem is that I am not sure which endpoint to use.
I tried looking through the documentation but did not find anything that seemed to fit.
Can you help me?
Detected license plates are events. Current version of the Rest API does not support this. There will be a beta for some events retrieval in the next version of XProtect, please follow the news for details.
For now, you have to use other methods, let me mention some samples:
https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/alarmeventviewer/readme.html&tree=tree_2.html
https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/alarmlist/readme.html&tree=tree_3.html
Thank you.
I can’t see the code for the sample projects, though.
When I click the link for the Visual Studio C# project I get this:
Do I need to have an SDK installed to view the code?
If so, where can I get the SDK? I have not been able to find it anywhere.
The samples are here.. https://github.com/milestonesys
The message is correct but not useful if you did not get the samples from Github in the first place. It might not be clear from the documentation you have seen, I hope we find ways to make it more clear in the future..
I recommend that you read this guide for a better start.. https://content.milestonesys.com/media/?mediaId=230C2432-D7A4-418C-A97052119509406D
Thank you for the help and the quick response.
I will take a look at the guide.
I might be back later with more questions.