Loading...
Retrieve an Application Package Version by Name.
Application Package Name
Site ID from which to retrieve the Application Package version (optional).
Success
Application version
Application version tag name
Application version tag ID
const response = await fetch('/api/AppPackageAvailVersions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "versions": [ { "version": "text", "tagName": "text" } ] }