How to get all posssible events and GUIDs

I need to get a list of all possible Milestone event and their GUIDs.

I was using SQL for this until now. Is there a better way? Maintly interested in the GUIDs o motion start and motion stop events but I need them all, including any 3rd party events that would be added by plugins.

Thanks

https://developer.milestonesys.com/s/article/get-all-possible-Status-Event-messages-SDK

Hi,

I’m also trying to get a list of all events using the function call as per your provided link:

ICollection<StatusEventMessages> result = multiSession.GetAllStatusEventMessages();

However I don’t seem to get all the events back from using this call.

For example I have a Bosch Camera with a lot of events added (and all enabled), see image, but I’m not getting any of those events back as a result of the call above. Am I missing something?

See also attached list of all events returned as a result of the call (GetAllStatusEventMessages.txt).

I’m using the latest Milestone MIP SDK (v21.2.0) together with Milestone 2021 R1.

Thanks

I have found a test camera. I do see a lot of the events. It might be a coincidence you are on “Signal Too Bright Rising” but I used that one for my investigation and I found it with a slightly changed name: “6-18-3-Signal Too Bright-0”.

Is this what you are looking for?

Thanks Bo,

I had another look and it seems most are probably in there as you say but with a slightly different name (I was expecting the names to match up exactly so didn’t notice that). But will go through the list again and see if I can try to map them up.