function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
marshallpiercemarshallpierce 

How do I get the version of an installed package through the API

I've looked at describeMetadata, listMetadata, and retrieve in the metadata API with no luck. What I'm after is the data you see on the Installed Pacakges page in the Setup interface. ApexClass does contain a PackageVersions[] field, but it's not visible in the results I get out of retrieve.