Start from Workflow
Overview
You can start sign flow in legale from Workflow by using this API.
You can get sign Workflow list by using this API.
API detail
Request
- URL:
/sign/workflow/
- Method:
POST
- Body:
{
"document": "E3EJJ305D-A91E-59FD-8A29-9D2E8C8B9CA4",
"workflow": 3,
"expiration": 30,
"share_signed_document": true
}
Value | Type | Is required | Description |
---|---|---|---|
document | str | Yes | GUID of the document that you are going to start sign flow with. |
workflow | int | Yes | ID of the Workflow that you are going to start sign flow from. |
expiration | int | No | This parameter is to determine the expiration date. It should be number in days. |
share_signed_document | bool | No | This parameter is to determine the email notification after sign. Default value is false . If you set this value as true , all signers will receive signed document email notification after sign process finished. |
Response
Success
- Status code:
204