Get trashed folder

GET https://{{api.box.com}}/2.0/folders/:folder_id/trash

Retrieves a folder that has been moved to the trash.

https://developer.box.com/reference/get-folders-id-trash

Request Params

KeyDatatypeRequiredDescription
fieldsstringA 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. |

RESPONSES

status: OK

{"id":"123456789","etag":"1","type":"folder","sequence_id":"3","name":"Contracts","created_at":"2012-12-12T10:53:43-08:00","modified_at":"2012-12-12T10:53:43-08:00","description":"Legal contracts for the new ACME deal","size":629644,"path_collection":{"total_count":1,"entries":[{"type":"folder","id":"123456789","sequence_id":null,"etag":null,"name":"Trash"}]},"created_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"modified_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"trashed_at":"2012-12-12T10:53:43-08:00","purged_at":"2012-12-12T10:53:43-08:00","content_created_at":"2012-12-12T10:53:43-08:00","content_modified_at":"2012-12-12T10:53:43-08:00","owned_by":{"id":"11446498","type":"user","name":"Aaron Levie","login":"ceo@example.com"},"shared_link":null,"folder_upload_email":null,"parent":{"id":"12345","etag":"1","type":"folder","sequence_id":"3","name":"Contracts"},"item_status":"trashed"}