A standard representation of a file request, as returned from any file request API endpoints by default.
The folder that this file request is associated with.
Files submitted through the file request form will be uploaded to this folder.
The date and time when the file request was created.
"2020-09-28T10:53:43-08:00"
The date and time when the file request was last updated.
"2020-09-28T10:53:43-08:00"
The title of file request. This is shown in the Box UI to users uploading files.
This defaults to title of the file request that was copied to create this file request.
"Please upload documents"
The optional description of this file request. This is shown in the Box UI to users uploading files.
This defaults to description of the file request that was copied to create this file request.
"Following documents are requested for your process"
The status of the file request. This defaults to active.
When the status is set to inactive, the file request will no longer accept new submissions, and any visitor to the file request URL will receive a HTTP 404 status code.
This defaults to status of file request that was copied to create this file request.
active, inactive "active"
Whether a file request submitter is required to provide their email address.
When this setting is set to true, the Box UI will show an email field on the file request form.
This defaults to setting of file request that was copied to create this file request.
true
Whether a file request submitter is required to provide a description of the files they are submitting.
When this setting is set to true, the Box UI will show a description field on the file request form.
This defaults to setting of file request that was copied to create this file request.
true
The date after which a file request will no longer accept new submissions.
After this date, the status will automatically be set to inactive.
"2020-09-28T10:53:43-08:00"
The HTTP etag of this file. This can be used in combination with the If-Match header when updating a file request. By providing that header, a change will only be performed on the file request if the etag on the file request still matches the etag provided in the If-Match header.
"1"
The user who created this file request.
The user who last modified this file request.