app/version
Fetches an application version
get/app/{appId}/version/{version}
Path parameters
appIdnumber required
Example:5
ID of the application to retrieve a version for
versionnumber required
Example:2
Version number to retrieve
Response
Successful operation
Example response
{
"appId": 12312345,
"version": 1,
"enabled": true,
"changes": "I am a changelog trapped in a computer!"
}