# Get app version information Returns AppVersion instance Endpoint: GET /v1/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `version_id` (string, required) A UUID string identifying this app version. - `application_id` (string, required) A UUID string identifying this application. - `enterprise_id` (string, required) A UUID string identifying enterprise. ## Response 200 fields (application/json): - `id` (string) - `installed_count` (integer) - `is_g_play` (boolean) - `app_file` (string,null) - `app_icon` (string,null) - `version_code` (string,null, required) - `build_number` (string,null) - `min_sdk_version` (string,null) - `enterprise` (string, required) - `application` (string) - `release_name` (string,null) - `release_comments` (string,null) - `approval_status` (string) Enum: "AVAILABLE", "ACCEPTED", "APPROVED", "REJECTED" - `release_date` (string) - `size_in_mb` (number) - `is_default` (boolean) - `created_on` (string) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)