# Get Versions

> `UiPath.Box.Activities.File.FileVersions.GetVersions`

`UiPath.Box.Activities.File.FileVersions.GetVersions`

Uses the Box [Get file version](https://developer.box.com/reference/get-files-id-versions-id/) API to get information on prior versions of a file. The results do not include the current version of the file. Versions are only tracked for Box users with premium accounts.

## Properties

### Common

* **ContinueOnError** - Specifies if you want the activity to continue running when an error is thrown. This field supports only `Boolean` values.
* **DisplayName** - The display name of the activity. This field supports only `Strings` or `String` variables.

### Input

* **File ID** - The ID of the file. This field supports only `Strings` or `String` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **File Versions** - Returns all of the previous versions of the file. This field supports only `BoxFileVersion[]` variables.
