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