For monitoring purposes, it is useful to determine the PMA.studio version used through a back-end API call. All of Pathomation's platform components have this option, actually.
In order to determine the installed version of PMA.studio, you can issue the call:
https://server/pma.studio/api/json/getversioninfo
The result is a JSON string formatted as A.B.C.D
, with A, B, C being numeric. D can be either numeric or alphanumeric.
Reporting this version number to Pathomation when asking for support through our helpdesk is always helpful, too.