List of all system events ?

Is there a list of all system events and a description of the meaning?

I have not found anything in the documentation.

I can query the system events on our test system. I do not know if there are other events on other systems and would like to know what all events means (when they get fired).

Please see this article -

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

Thank you for your answer.

The code example is unfortunately not usable for us. We have a Java/Linux application that uses the SOAP connections directly.

I can use “getConfiguration” to query the server configuration and the events contained in it. This works very well.

What I do not know is and what is not clear from the article you linked:

  • Is it all events that any system can generate, or is it just the events that are possible due to the configuration of my system.
  • What do the events mean? I only get one UID and one name per event, but no explanation of what the event means and when it is being fired. Some are clear by name, but not all.
  • What is the correct way to identify events on all different systems and all future versions ? Is the UID identical everywhere or is the name identical everywhere?
  1.  In the sample is all events that the XProtect system you are connected to generate.
    
  2.  Unfortunately, no further documentation is available, you will have to use the name value.
    
  3.  If the same events exists in the next system the UID will be the same. Unfortunately there is no list of all the possible events, the list is dynamically growing as new devices with new events are supported.
    

Thank you for the clarification and explanations.