pub.monitor.process.model services do not return the model version

Hello,

I was using the pub.monitor.process.model:getModelList to have a list of all the processes I am using when I realized none of those services return the model version of the process, only the deployment version.

The strangest thing is that functions as pub.monitor.process.modelControl:changeModelEnabled require the input of the model version and not the deployment version.
Even the pub.prt services do not return the model version.

Now, I can get all the information I need by querying the WMPROCESSDEFINITION table (and this what I am doing) but I prefer not to get into the WM database and use only the official API services.

Does anyone know of any service I might have overlooked?

Best Regards,