Gets a sign request by ID.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the signature request.
Returns a signature request.
A Box Sign request object. A standard representation of a signature request object.
Indicates if the sender should receive a prepare_url in the response to complete document preparation using the UI.
true
When specified, the signature request will be redirected to this url when a document is signed.
"https://www.example.com"
The uri that a signer will be redirected to after declining to sign a document.
"https://declined-redirect.com"
Disables the usage of signatures generated by typing (text).
true
Subject of sign request email. This is cleaned by sign request. If this field is not passed, a default subject will be used.
"Sign Request from Acme"
Message to include in sign request email. The field is cleaned through sanitization of specific characters. However, some html tags are allowed. Links included in the message are also converted to hyperlinks in the email. The message may contain the following html tags including a, abbr, acronym, b, blockquote, code, em, i, ul, li, ol, and strong. Be aware that when the text to html ratio is too high, the email may end up in spam filters. Custom styles on these tags are not allowed. If this field is not passed, a default message will be used.
"Hello! Please sign the document below"
Reminds signers to sign a document on day 3, 8, 13 and 18. Reminders are only sent to outstanding signers.
true
Name of the signature request.
"name"
When a document contains sign-related tags in the content, you can prefill them using this prefill_tags by referencing the 'id' of the tag as the external_id field of the prefill tag.
Set the number of days after which the created signature request will automatically expire if not completed. By default, we do not apply any expiration date on signature requests, and the signature request does not expire.
0 <= x <= 7302
This can be used to reference an ID in an external system that the sign request is related to.
"123"
When a signature request is created from a template this field will indicate the id of that template.
"123075213-af2c8822-3ef2-4952-8557-52d69c2fe9cb"
Used as an optional system name to appear in the signature log next to the signers who have been assigned the embed_url_external_id.
"Box"
The value will always be sign-request.
sign-request "sign-request"
List of files to create a signing document from. This is currently limited to ten files. Only the ID and type fields are required for each file.
The bare basic representation of a file, the minimal
amount of fields returned when using the fields query
parameter.
Array of signers for the signature request.
Force a specific color for the signature (blue, black, or red).
"blue"
Box Sign request ID.
"12345"
This URL is returned if is_document_preparation_needed is
set to true in the request. The parameter is used to prepare
the signature request
using the UI. The signature request is not
sent until the preparation
phase is complete.
"https://prepareurl.com"
Reference to a file that holds a log of all signer activity for the request.
Describes the status of the signature request.
converting, created, sent, viewed, signed, cancelled, declined, error_converting, error_sending, expired, finalizing, error_finalizing "converting"
List of files that will be signed, which are copies of the original source files. A new version of these files are created as signers sign and can be downloaded at any point in the signing process.
Uses days_valid to calculate the date and time, in GMT, the sign request will expire if unsigned.
"2021-04-26T08:12:13.982Z"
The destination folder to place final, signed document and signing log.
When this value was not passed in when the signature request was created, then we will use a default folder which is either the parent folder of the first source file in the payload if we have the permission to upload to that folder or a folder called "My Sign Requests".
The collaborator level of the user to the sign request. Values can include "owner", "editor", and "viewer".
"owner"
Short identifier for the sign request.
"SR-12345"
Timestamp marking when the sign request was created.
"2025-02-01T12:00:00Z"
Timestamp indicating when all signing actions completed.
"2025-02-02T12:00:00Z"
The email address of the sender of the sign request.
"sender@box.com"
The user ID of the sender of the sign request.
12345