Get MIP item properties from API

Hello,

I’m trying to integrate a .NET8 service which get the status from devices and update the MIP items (custom) created in Milestone.

  • I can only get the MIP item through GetAll instead of GetSpecific (always returns null)
  • I don’t know how access properties to read the custom configuration I need, and neither how to change the MapIconKey

Are these features developed in the new API? Do I have to use the Configuration.Instance.GetItemConfigurations() and EventServerControl.Instance.ItemStatusChanged()?

Thank you in advance for your help!

I am guessing what you are doing is equivalent to this…

As you can see it works for me.

If I haven’t guessed wrong what you are doing, it might help your troubleshooting already seeing this.

If it does not lead you to a solution we need to get more information about what you are doing.