Down in the Device Management, Device List, we have groups set up that contains the Windows and Mac clients and in there contains the setting for “Manage Zoom Desktop version” where we can force the current client versions they should be running.
I would like to create a report that shows statistics around the number of hosts that have been upgraded to the version selected there.
My question is if there’s an API I can use to retrieve the version set in that setting so I can dynamically report on what percentage of hosts have been upgraded. I do not want to have to hard code that value in my report since that’s probably not going to get updated and will quickly go out of date.
Is there an API to dynamically grab the current client version from that setting?