Returns Application list
successful operation
Authorization information is missing or invalid.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "latest_version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version_code": "string",
- "build_number": "string",
- "hash_string": "string",
- "min_sdk_version": "string",
- "target_sdk_version": "string",
- "icon_url": "string",
- "release_name": "string"
}, - "application_name": "string",
- "package_name": "string",
- "is_hidden": true,
- "enterprise": "string"
}
]
}
Returns Application instance
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "latest_version": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "version_code": "string",
- "build_number": "string",
- "hash_string": "string",
- "min_sdk_version": "string",
- "target_sdk_version": "string",
- "icon_url": "string",
- "release_name": "string"
}, - "application_name": "string",
- "package_name": "string",
- "is_hidden": true,
- "enterprise": "string"
}
Empty response
The resource was deleted successfully.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}
Returns AppVersion list
successful operation
Authorization information is missing or invalid.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "installed_count": 0,
- "is_g_play": true,
- "app_file": "string",
- "app_icon": "string",
- "version_code": "string",
- "build_number": "string",
- "min_sdk_version": "string",
- "enterprise": "string",
- "application": "string",
- "release_name": "string",
- "release_comments": "string",
- "approval_status": "AVAILABLE",
- "release_date": "2019-08-24T14:15:22Z",
- "size_in_mb": 0,
- "is_default": false,
- "created_on": "2019-08-24T14:15:22Z"
}
]
}
Returns AppVersion instance
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "installed_count": 0,
- "is_g_play": true,
- "app_file": "string",
- "app_icon": "string",
- "version_code": "string",
- "build_number": "string",
- "min_sdk_version": "string",
- "enterprise": "string",
- "application": "string",
- "release_name": "string",
- "release_comments": "string",
- "approval_status": "AVAILABLE",
- "release_date": "2019-08-24T14:15:22Z",
- "size_in_mb": 0,
- "is_default": false,
- "created_on": "2019-08-24T14:15:22Z"
}
Empty response
No request id is provided and the application is linked to one or more templates. Returns a request_id. Call with this request id to delete the resource.
The resource was deleted successfully.
Invalid request.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
- "templates": [
- {
- "id": 0,
- "name": "string"
}
]
}
successful operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "installed_count": 0,
- "is_g_play": true,
- "app_file": "string",
- "app_icon": "string",
- "version_code": "string",
- "build_number": "string",
- "min_sdk_version": "string",
- "enterprise": "string",
- "application": "string",
- "release_name": "string",
- "release_comments": "string",
- "approval_status": "AVAILABLE",
- "release_date": "2019-08-24T14:15:22Z",
- "size_in_mb": 0,
- "is_default": false,
- "created_on": "2019-08-24T14:15:22Z"
}
Returns list of devices with the specified app version installed
successful operation
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "device_name": "string",
- "alias_name": "string",
- "group_name": "string"
}
]
}