Retrieves a folder that has been moved to the trash.
Please note that only if the folder itself has been moved to the
trash can it be retrieved with this API call. If instead one of
its parent folders was moved to the trash, only that folder
can be inspected using the
GET /folders/:id/trash API.
To list all items that have been moved to the trash, please
use the GET /folders/trash/items
API.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier that represent a folder.
The ID for any folder can be determined
by visiting this folder in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/folder/123
the folder_id is 123.
The root folder of a Box account is
always represented by the ID 0.
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.
Returns the folder that was trashed, including information about when the it was moved to the trash.
Represents a trashed folder.
The unique identifier that represent a folder.
The ID for any folder can be determined
by visiting a folder in the web application
and copying the ID from the URL. For example,
for the URL https://*.app.box.com/folders/123
the folder_id is 123.
"123456789"
The value will always be folder.
folder "folder"
The name of the folder.
"Contracts"
The optional description of this folder.
256"Legal contracts for the new ACME deal"
The folder size in bytes.
Be careful parsing this integer as its value can get very large.
629644
The tree of folders that this file is contained in, starting at the root.
The user who created this folder.
The user who last modified this folder.
The user who owns this folder.
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 "trashed"
The HTTP etag of this folder. This can be used within some API
endpoints in the If-Match and If-None-Match headers to only
perform changes on the folder if (no) changes have happened.
"1"
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 date and time when the folder was created. This value may
be null for some folders such as the root folder or the trash
folder.
"2012-12-12T10:53:43-08:00"
The date and time when the folder was last updated. This value may
be null for some folders such as the root folder or the trash
folder.
"2012-12-12T10:53:43-08:00"
The time at which this folder was put in the trash.
"2012-12-12T10:53:43-08:00"
The time at which this folder is expected to be purged from the trash.
"2012-12-12T10:53:43-08:00"
The date and time at which this folder was originally created.
"2012-12-12T10:53:43-08:00"
The date and time at which this folder was last updated.
"2012-12-12T10:53:43-08:00"
The shared link for this folder. This will
be null if a folder has been trashed, since the link will no longer
be active.
null
The folder upload email for this folder. This will
be null if a folder has been trashed, since the upload will no longer
work.
null
The optional folder that this folder is located within.
This value may be null for some folders such as the
root folder or the trash folder.