BoxAPI_SignRequest_Create
Creates a new sign request and triggers the Box sign request flow, sending an email to the recipients and handling the document signing it self.
For now the API only supports a single document and at minimum you must supply a document id, the folder id of that document and at least one email address.
Consult the Box documentation for extra feature.
BoxAPI_SignRequest_List
Lists the current sign requests at Box for the app.
BoxAPI_SignRequest_Get
Returns a Box Sign object
BoxAPI_SignRequest_Cancel
Cancels a sign request by request id
BoxAPI_SignRequest_Resend
Resends the email request to recipients which haven't signed yet.
Can only be used once every 10 minutes.