Last updated 10 months ago
Was this helpful?
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", "tagId": 1 } ] }