Restores a file that has been moved to the trash.
An optional new parent ID can be provided to restore the file to in case the original folder has been deleted.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier that represents a file.
The ID for any file can be determined
by visiting a file in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/files/123
the file_id is 123.
A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response.
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
An optional new name for the file.
"Restored.docx"
Specifies an optional ID of a folder to restore the file to when the original folder no longer exists.
Please be aware that this ID will only be used if the original folder no longer exists. Use this ID to provide a fallback location to restore the file to if the original location has been deleted.
Returns a file object when the file has been restored.
Represents a file restored from the trash.
The unique identifier that represent a file.
The ID for any file can be determined
by visiting a file in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/files/123
the file_id is 123.
"123456789"
The value will always be file.
file "file"
A numeric identifier that represents the most recent user event that has been applied to this item.
This can be used in combination with the GET /events-endpoint
to filter out user events that would have occurred before this
identifier was read.
An example would be where a Box Drive-like application
would fetch an item via the API, and then listen to incoming
user events for changes to the item. The application would
ignore any user events where the sequence_id in the event
is smaller than or equal to the sequence_id in the originally
fetched resource.
"3"
The SHA1 hash of the file. This can be used to compare the contents of a file on Box with a local file.
"85136C79CBF9FE36BB9D05D0639C70C265C18D37"
The optional description of this file.
256"Contract for Q1 renewal"
The file size in bytes. Be careful parsing this integer as it can get very large and cause an integer overflow.
629644
The tree of folders that this file is contained in, starting at the root.
The date and time when the file was created on Box.
"2012-12-12T10:53:43-08:00"
The date and time when the file was last updated on Box.
"2012-12-12T10:53:43-08:00"
The user who last modified this file.
The user who owns this file.
Defines if this item has been deleted or not.
active when the item has is not in the trashtrashed when the item has been moved to the trash but not deleteddeleted when the item has been permanently deleted.active, trashed, deleted "active"
The HTTP etag of this file. This can be used within some API
endpoints in the If-Match and If-None-Match headers to only
perform changes on the file if (no) changes have happened.
"1"
The name of the file.
"Contract.pdf"
The information about the current version of the file.
The time at which this file was put in the
trash - becomes null after restore.
null
The time at which this file is expected to be purged
from the trash - becomes null after restore.
null
The date and time at which this file was originally created, which might be before it was uploaded to Box.
"2012-12-12T10:53:43-08:00"
The date and time at which this file was last updated, which might be before it was uploaded to Box.
"2012-12-12T10:53:43-08:00"
The user who created this file.
The shared link for this file. This will
be null if a file had been trashed, even though the original shared
link does become active again.
null
The folder that this file is located within.