Get latest version number of many appian object via code

I want to get latest version number of 50+ appian objects. Is there a way to write some script to get there version number based on their names. Currently i had to open each objects manually and note its version number.

  Discussion posts and replies are publicly visible

Parents Reply
  • This sounds like some development standard implemented by the company, which I would challenge - would be interested to hear the business logic behind it.

    You can easily compare deployment timestamps to version timestamps if needed, and object versions do not persist between environments - so an object with version 50 in dev will match the same object with say, version 12 in production.  

    We considered manually logging versions early on, but abandoned it for many reasons, and I have not needed anything like this in 13 years.  Just my $.02!

Children