AppVersion
Fetches all versions of an application
get/app/{appId}/versions
Path parameters
appIdnumber required
ID of the target application
Response
Successful operation
Example response
[
{
"appId": 12312345,
"version": 1
}
]ID of the target application
Successful operation
[
{
"appId": 12312345,
"version": 1
}
]