Application Package Available Versions
Was this helpful?
Was this helpful?
Was this helpful?
Retrieve an Application Package Version by Name.
Application Package Name
Site ID from which to retrieve the Application Package version (optional).
Success
Unauthorized
Not Found
GET /api/AppPackageAvailVersions HTTP/1.1
Host:
Accept: */*
{
"versions": [
{
"version": "text",
"tagName": "text",
"tagId": 1
}
]
}