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,
"enabled": true,
"changes": "I am a changelog trapped in a computer!"
}
]