box-api-sign
Reactive icon

Box API Sign

version 0.2.0 (Compatible with OutSystems 11)
Uploaded
 on 03 March 2022
 by 
0.0
 (0 ratings)
box-api-sign

Box API Sign

Documentation
0.2.0

Service Methods


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.