© 2024 Parallels International GmbH. All rights reserved.
Retrieve an Application Package Version by Name.
Success
const response = await fetch('/api/AppPackageAvailVersions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "versions": [ { "version": "text", "tagName": "text" } ] }