DottedSign API
DottedSign API
Schemas
Parameters
Request Header Parameters
Name | Type | Required | Description |
---|---|---|---|
AcceptCsv | string |
X |
Accept json or csv. |
AcceptZip | string |
X |
Accept json or zip. |
Authorization | string |
O |
OAuth2 Bearer token. |
Code | string |
X |
JWT code for quick sign authentication, same as the code in response of the Get the share link API. |
OptionalAuthorization | string |
X |
OAuth2 Bearer token. |
Request Query Parameters
Name | Type | Required | Description |
---|---|---|---|
page | integer |
X |
Page number. |
per_page | integer |
X |
Number of items per page. |
order_by | string |
X |
Order by. |
has_order | boolean |
X |
Signers should sign sequentially or not. |
field_key | string |
X |
Field key. Required if field_value is provided. |
field_value | string |
X |
Field value. Required if field_key is provided. |
file_name | string |
X |
Task name. |
metadata_key | string |
X |
Metadata key. Required if metadata_value is provided. |
metadata_value | string |
X |
Metadata value. Required if metadata_key is provided. |
signer | string |
X |
Signer's email or name. |
sort_type | string |
X |
Sort type. |
Requests
- CredentialRequest
- DummyStageRequest
- FieldSettingGroupRequest
- FieldSettingRequest
- FileMissionRequestCreate
- FileMissionRequestRenew
- GroupRequest
- MemberRequest
- PublicFormRequest
- PublicFormRequestCreate
- PublicFormRequestID
- PublicFormRequestSignerInfo
- PublicFormRequestUpdateStatus
- ReviewStageRequest
- SignStageRequest
- SignTaskRequestChangeSigner
- SignTaskRequestConfirm
- SignTaskRequestCreate
- SignTaskRequestID
- SignTaskRequestQuickCreate
- SignTaskRequestReview
- SignTaskRequestReview_ReviewAttachments
- SignTaskRequestReview_ReviewFields
- SignTaskRequestReview_VerifyInfo
- SignTaskRequestSaveTemplate
- SignTaskRequestSign
- SignTaskRequestUpdate
- SignTaskRequestUploadImages
- SignatureRequestCreate
- SignatureRequestID
- SourceSettingRequestCcInfo
- SourceSettingRequestReferenceSetting
- StageRequestAttachmentSetting
- StageRequestCustomMessageSetting
- StageSettingRequest
- TaskSettingRequest
- TemplateRequestCreate
- TemplateRequestDuplicate
- TemplateRequestID
- TemplateRequestUpdate
- TemplateSettingRequest
- VerifyMethodRequest
CredentialRequest
Name | Type | Required | Description |
---|---|---|---|
client_id | String |
O |
Client ID. |
client_secret | String |
O |
Client secret. |
grant_type | String |
O |
OAuth Grant type. enum: client_credentials , authorization_code and refresh_token . |
scope | String |
X |
OAuth Scope (separated by a space). See API scopes for more details. Used when grant_type is client_credentials . |
code | String |
X |
Authorization code. Used when grant_type is authorization_code . |
redirect_uri | String |
X |
Redirect URI. Used when grant_type is authorization_code . |
refresh_token | String |
X |
Refresh token. Used when grant_type is refresh_token . |
DummyStageRequest
Name | Type | Required | Description |
---|---|---|---|
role | String |
O |
Role. |
String |
X |
Email. max-length: 250 . |
|
stage_type | String |
X |
Stage type (Recipient type). enum: sign and edit . |
attachment_settings | Array |
X |
See StageRequestAttachmentSetting for more details. |
custom_message_setting | Object |
X |
See StageRequestCustomMessageSetting for more details. |
field_settings | Array |
X |
Field settings. Required if stage_type is sign .See FieldSettingRequest for more details. |
field_setting_groups | Array |
X |
See FieldSettingGroupRequest for more details. |
review_stages | Array |
X |
See ReviewStageRequest for more details. |
stage_setting | Object |
X |
See StageSettingRequest for more details. |
verify_methods | Array |
X |
See VerifyMethodRequest for more details. |
FieldSettingGroupRequest
Name | Type | Required | Description |
---|---|---|---|
field_group_type | String |
O |
Field group type. enum: checkbox and radio . |
field_group_object_id | String |
O |
Field group object ID. Only used for mapping field settings to field group. |
options | Object |
X |
Field group options. See FieldSettingGroupRequest_Options for more details. |
FieldSettingGroupRequest_Options
Name | Type | Required | Description |
---|---|---|---|
force | Boolean |
X |
Force to fill or not. |
read_only | Boolean |
X |
Read only or not. |
FieldSettingRequest
Name | Type | Required | Description |
---|---|---|---|
field_type | String |
O |
Field type. enum: signature , textfield , datefield , checkbox , radio , image and link . |
field_group_object_id | String |
X |
Field group object ID. Required if field type is checkbox or radio .For radio fields, there must be a minimum of two field_setting s sharing the same field_group_object_id .For both checkbox and radio types, the field_group_object_id can encompass up to 50 field_setting s. |
page | Integer |
O |
Page number. Starts from 0. |
coord | Array |
O |
Field coordinates, consisting of 4 numbers. These numbers represent the left-x, bottom-y, right-x, and top-y coordinates, respectively. |
options | Object |
X |
See FieldSettingRequestOptions for more details. |
search_key | String |
X |
Search key. |
FieldSettingRequestOptions
Name | Type | Required | Description |
---|---|---|---|
default | String or Boolean or Integer |
X |
Default value. Default "" for textfield ; null for signature , datefield and link ; false for checkbox and radio .Available field_types include signature , textfield , datefield , checkbox , radio , and link . |
force | Boolean |
X |
Force to fill or not. Default true for signature , textfield, datefield, image , and link .Available field_types include signature , textfield , datefield , link , and image . |
default_type | String |
X |
Default value type for signature .Available field_types include signature .enum: seal and signature . |
read_only | Boolean |
X |
Read only or not. Available field_types include textfield , datefield , and link . |
is_multi_line | Boolean |
X |
Multi-line or not. Available field_types include textfield . |
placeholder | String |
X |
Placeholder. Available field_types include signature , textfield , datefield , link , and image . |
font_size | Integer |
X |
Font size. Available field_types include textfield , datefield , and link .min: 8 , max: 34 . |
font_size_fixed | Boolean |
X |
Font size fixed or not. Available field_types include textfield , datefield , and link . |
alignment | String |
X |
Alignment. Available field_types include textfield , datefield , and link . Default left enum: left , center and right . |
alignment_fixed | Boolean |
X |
Alignment fixed or not. Available field_types include textfield , datefield , and link . |
length | Integer |
X |
Length. Available field_types include textfield .min: 1 , max: 500 . |
validation | String |
X |
Validation type. Available field_types include textfield .enum: email , numbers , letters and regex . |
validation_regex | String |
X |
Validation regex. Required if validation is regex .Available field_types include textfield . |
date_format | String |
X |
Date format. Available field_types include datefield .enum: yyyy-mm-dd , yyyy/mm/dd , dd/mm/yyyy and mm-dd-yyyy . |
date_setting | String |
X |
Date setting. Available field_types include datefield .enum: current_only , future_enable , past_enable and no_limit . |
zone | Integer |
X |
Time zone. Available field_types include datefield .min: -12 , max: 14 . |
FieldSettingRequestQuickCreate
Name | Type | Required | Description |
---|---|---|---|
search_key | String |
O |
Search key. |
options | Object |
O |
See FieldSettingRequestQuickCreateOptions for more details. |
FieldSettingRequestQuickCreateOptions
Name | Type | Required | Description |
---|---|---|---|
default | String or Boolean or Integer |
X |
Default value. Default "" for textfield ; null for signature , datefield and link ; false for checkbox and radio .Available field_types include signature , textfield , datefield , checkbox , radio , and link . |
zone | Integer |
X |
Time zone. Available field_types include datefield .min: -12 , max: 14 . |
FileMissionRequestCreate
Name | Type | Required | Description |
---|---|---|---|
file_objects | Array |
O |
See FileMissionRequestCreate_FileObjects for more details. |
FileMissionRequestCreate_FileObjects
Name | Type | Required | Description |
---|---|---|---|
file_name | String |
O |
File name. |
FileMissionRequestRenew
Name | Type | Required | Description |
---|---|---|---|
file_mission_id | Integer |
O |
File mission ID. |
file_objects | Array |
O |
See FileMissionRequestRenew_FileObjects for more details. |
FileMissionRequestRenew_FileObjects
Name | Type | Required | Description |
---|---|---|---|
file_object_id | String |
X |
File object ID. |
file_name | String |
O |
File name. |
page_count | Integer |
X |
Page count. |
checksum | String |
X |
Checksum. |
GroupRequest
Name | Type | Required | Description |
---|---|---|---|
name | String |
X |
Group name. |
email_sender_rule | String |
X |
Display rule for email sender. enum: default , custom_name , sender_email and sender_name . |
email_custom_name | String |
X |
Custom name for email signers. Required if email_sender_rule is provided. |
base64_icon_file | String |
X |
Base64 string of icon file. |
MemberRequest
Name | Type | Required | Description |
---|---|---|---|
name | String |
X |
Member name. |
lang | String |
X |
Member language. enum: de , en , es , it , ja , fa , ko , zh-CN and zh-TW . |
base64_icon_file | String |
X |
Base64 string of icon file. |
PublicFormRequest
Name | Type | Required | Description |
---|---|---|---|
form_name | String |
X |
Form name. max-length: 255 . |
description | String |
X |
Form description. max-length: 500 . |
goal_num | Integer |
X |
The number of task required to complete the form. If -1 , then the form is not limited by the number of tasks. |
end_at | Integer |
X |
Form ended up timestamp. |
signer_infos | Array |
X |
Form stage signers info. The number of stages should be equal to the number of the used template. See PublicFormRequestSignerInfo for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
PublicFormRequestCreate
Name | Type | Required | Description |
---|---|---|---|
template_id | Integer |
O |
Template ID. |
form_name | String |
O |
Form name. max-length: 255 . |
description | String |
X |
Form description. max-length: 500 . |
goal_num | Integer |
X |
The number of task required to complete the form. If -1 , then the form is not limited by the number of tasks. |
end_at | Integer |
X |
Form ended up timestamp. |
signer_infos | Array |
O |
Form stage signers info. The number of stages should be equal to the number of the used template. See PublicFormRequestSignerInfo for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
PublicFormRequestID
Name | Type | Required | Description |
---|---|---|---|
form_id | Integer |
O |
Form ID. |
PublicFormRequestSignerInfo
Name | Type | Required | Description |
---|---|---|---|
signer_type | String |
O |
Specifies the type of signer in the form stage: - form_signer : an unspecified user who only needs to provide basic information like name or email when signing- normal_signer : a designated userThe first signer in the sequence must be a form_signer , and all normal_signer s must follow after all form_signer s.enum: form_signer and normal_signer . |
name | String |
X |
Form stage signer name. Required if signer_type is normal_signer . |
String |
X |
Form stage signer email. Required if signer_type is normal_signer .max-length: 250 . |
|
phone | String |
X |
Form stage signer phone (area code + number). Required if signer_type is normal_signer , and the used template requires SMS OTP. |
requisite | Object |
X |
See PublicFormSignerInfoRequisite for more details. |
PublicFormRequestUpdateStatus
Name | Type | Required | Description |
---|---|---|---|
form_id | Integer |
O |
Form ID. |
status | String |
O |
Form status. enum: publish and unpublish . |
ReviewStageRequest
Name | Type | Required | Description |
---|---|---|---|
base_stage_sequence | Integer |
O |
Base stage sequence. If reviewer is owner, then 0 ; otherwise signer's stage sequence (start from 1 ). |
SignStageRequest
Name | Type | Required | Description |
---|---|---|---|
name | String |
O |
Name. |
String |
O |
Email. max-length: 250 . |
|
stage_type | String |
X |
Stage type (Recipient type). enum: sign and edit . |
attachment_settings | Array |
X |
See StageRequestAttachmentSetting for more details. |
custom_message_setting | Object |
X |
See StageRequestCustomMessageSetting for more details. |
field_settings | Array |
X |
Field settings. Required if stage_type is sign .See FieldSettingRequest for more details. |
field_setting_groups | Array |
X |
See FieldSettingGroupRequest for more details. |
review_stages | Array |
X |
See ReviewStageRequest for more details. |
stage_setting | Object |
X |
See StageSettingRequest for more details. |
verify_methods | Array |
X |
See VerifyMethodRequest for more details. |
SignTaskRequestChangeSigner
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
stage_id | Integer |
O |
Stage ID. |
reason | String |
X |
The reason to change signer. |
new_signer | Object |
X |
See SignTaskRequestChangeSigner_NewSigner for more details. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See SignTaskRequestChangeSigner_VerifyInfo for more details. |
SignTaskRequestChangeSigner_NewSigner
Name | Type | Required | Description |
---|---|---|---|
String |
O |
Email. | |
name | String |
X |
Name. |
phone | String |
X |
Phone (area code + number). |
SignTaskRequestChangeSigner_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignTaskRequestConfirm
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See Read a Task with OTP Verification for more details about the verification process. See SignTaskRequestConfirm_VerifyInfo for more details. |
SignTaskRequestConfirm_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
uuid | String |
X |
Verify method UUID. |
verify_data | String |
X |
OTP code. |
identity_verify_token | String |
X |
Identity verify token. |
account_protect_token | String |
X |
Account protect token. |
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignTaskRequestCreate
Name | Type | Required | Description |
---|---|---|---|
template_id | Integer |
X |
Template ID. Required if task is created from template. |
base64_file | String |
X |
Base64 string of PDF file. Required if task is created from file. |
file_mission_id | Integer |
X |
File mission ID returned from the Create a file mission API. Required if task is created from multiple files. |
file_name | String |
O |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
watermark_id | Integer |
X |
Watermark ID. Currently, this only supports the use of watermark_id that have been used in a template. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
start | Boolean |
X |
Start the task after creation or not. |
stages | Array |
O |
See SignStageRequest for more details. |
task_setting | Object |
X |
See TaskSettingRequest for more details. |
SignTaskRequestID
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
SignTaskRequestQuickCreate
Name | Type | Required | Description |
---|---|---|---|
file_name | String |
O |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
template_id | Integer |
O |
Template ID. Required if task is created from template. |
task_setting | Object |
X |
See TaskSettingRequest for more details. |
stages | Array |
O |
See SignTaskRequestQuickCreate_Stages for more details. |
start | Boolean |
X |
Start the task after creation or not. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
SignTaskRequestQuickCreate_Stages
Name | Type | Required | Description |
---|---|---|---|
String |
O |
Email. | |
name | String |
O |
Name. |
custom_message_setting | Object |
X |
See StageRequestCustomMessageSetting for more details. |
field_settings | Array |
X |
See FieldSettingRequestQuickCreate for more details. |
stage_setting | Object |
X |
See StageSettingRequest for more details. |
verify_methods | Array |
X |
See VerifyMethodRequest for more details. |
SignTaskRequestReview
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
review_message | String |
X |
Review reject message. |
review_fields | Array |
O |
See SignTaskRequestReview_ReviewFields for more details. |
review_attachments | Array |
X |
See SignTaskRequestReview_ReviewAttachments for more details. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See Read a Task with OTP Verification for more details about the verification process. See SignTaskRequestReview_VerifyInfo for more details. |
SignTaskRequestReview_ReviewAttachments
Name | Type | Required | Description |
---|---|---|---|
attachment_id | String |
O |
Attachment ID. |
accepted | Boolean |
O |
Attachment review result. |
SignTaskRequestReview_ReviewFields
Name | Type | Required | Description |
---|---|---|---|
field_object_id | String |
O |
Field object ID returned from the Read a task API. |
accepted | Boolean |
O |
Field review result. |
SignTaskRequestReview_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
uuid | String |
X |
Verify method UUID. |
verify_data | String |
X |
OTP code. |
identity_verify_token | String |
X |
Identity verify token. |
account_protect_token | String |
X |
Account protect token. |
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignTaskRequestSaveTemplate
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
file_name | String |
X |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
SignTaskRequestSign
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
sign_infos | Array |
X |
See SignTaskRequestSign_SignInfos for more details. |
attachment_infos | Array |
X |
See SignTaskRequestSign_AttachmentInfos for more details. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See Read a Task with OTP Verification for more details about the verification process. See SignTaskRequestSign_VerifyInfo for more details. |
SignTaskRequestSign_AttachmentInfos
Name | Type | Required | Description |
---|---|---|---|
attachment_id | String |
O |
Attachment ID. |
attachment_type | String |
O |
Attachment type. |
SignTaskRequestSign_SignInfos
Name | Type | Required | Description |
---|---|---|---|
field_object_id | String |
O |
Field object ID returned from the Read a task API. |
field_type | String |
O |
Field type. |
field_value | String or Boolean or Integer |
X |
Field value. Integer if field_type is signature or image; Boolean if field_type is checkbox or radio; String if field_type is text_field or date_field. |
field_value_type | String |
X |
Field value type, including signature and seal . Required if field_type is signature. |
SignTaskRequestSign_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
uuid | String |
X |
Verify method UUID. |
verify_data | String |
X |
OTP code. |
identity_verify_token | String |
X |
Identity verify token. |
account_protect_token | String |
X |
Account protect token. |
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignTaskRequestUpdate
Name | Type | Required | Description |
---|---|---|---|
file_mission_id | Integer |
X |
File mission ID returned from the Create a file mission or Renew a file mission API. |
task_id | Integer |
O |
Task ID. |
file_name | String |
X |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
watermark_id | Integer |
X |
Watermark ID. Currently, this only supports the use of watermark_id that have been used in a template. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
start | Boolean |
X |
Start the task after creation or not. |
stages | Array |
X |
See SignStageRequest for more details. |
task_setting | Object |
X |
See TaskSettingRequest for more details. |
SignTaskRequestUpdateSettings
Name | Type | Required | Description |
---|---|---|---|
task_id | Integer |
O |
Task ID. |
stages | Array |
X |
See SignTaskRequestUpdateSettings_Stages for more details. |
task_setting | Object |
X |
See TaskSettingRequest for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
SignTaskRequestUpdateSettings_Stages
Name | Type | Required | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
custom_message_setting | Object |
X |
See StageRequestCustomMessageSettingCompletedViewable for more details. |
stage_setting | Object |
X |
See StageSettingRequest for more details. |
verify_methods | Array |
X |
See VerifyMethodRequest for more details. |
SignTaskRequestUploadImages
Name | Type | Required | Description |
---|---|---|---|
raw | String |
X |
Raw image in base64. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See SignTaskRequestUploadImages_VerifyInfo for more details. |
SignTaskRequestUploadImages_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignatureRequestCreate
Name | Type | Required | Description |
---|---|---|---|
category | String |
X |
Specifies the category of the signature: - initial : the first signature in the Handwriting section on the Settings > Signature page or the Handwriting tab in the signature modal when signing- signature : the second signature in the same section or tab as initial - stamp : the stamp in the Image section on the Settings > Signature page or the Image tab in the signature modal when signingEach user can create at most one initial and one signature category respectively. Default is signature .enum: initial , signature and stamp . |
raw | String |
O |
Raw signature image in base64. |
verify_info | Object |
X |
Verify information for identity verification, account protection, and quick sign. See SignatureRequestCreate_VerifyInfo for more details. |
SignatureRequestCreate_VerifyInfo
Name | Type | Required | Description |
---|---|---|---|
verify_token | String |
X |
Verify token returned from the Consent to quick sign API. Required if authentication is via JWT Code. |
SignatureRequestID
Name | Type | Required | Description |
---|---|---|---|
signature_id | Integer |
O |
Signature ID. |
SourceSettingRequestCcInfo
Name | Type | Required | Description |
---|---|---|---|
String |
O |
CC email. max-length: 250 . |
|
name | String |
O |
CC name. |
viewable_source_files | Array |
X |
Files that can be viewed by the CC recipient. Using file_object_ids returned when creating the file mission. |
SourceSettingRequestReferenceSetting
Name | Type | Required | Description |
---|---|---|---|
file_name | String |
O |
Reference name. |
reference_id | String |
O |
Reference ID. |
reference_type | String |
O |
Reference file type. |
StageRequestAttachmentSetting
Name | Type | Required | Description |
---|---|---|---|
attachment_id | String |
O |
Attachment ID (will be replaced after task is created). Should be unique in the task. |
file_name | String |
O |
Attachment name. |
force | Boolean |
X |
Signer must upload attachment or not. |
viewable_in_processing | Boolean |
X |
Attachment is viewable by other signers or not, will be effective along with viewable_in_processing in StageSettingRequest . The signer who is also the owner will be true . |
StageRequestCustomMessageSetting
Name | Type | Required | Description |
---|---|---|---|
viewable_in_processing | Boolean |
X |
Custom message is viewable by other signers or not when task is processing. |
viewable_in_completed | Boolean |
X |
Custom message is viewable by other signers or not when task is completed. |
StageRequestCustomMessageSettingCompletedViewable
Name | Type | Required | Description |
---|---|---|---|
viewable_in_completed | Boolean |
X |
Custom message is viewable by other signers or not when task is completed. |
StageSettingRequest
Name | Type | Required | Description |
---|---|---|---|
forward_enable | Boolean |
X |
Available to change signer. For signer who is also the task owner, this option must be and defaults to true ; otherwise, it defaults to false |
decline_enable | Boolean |
X |
Available to decline the task. For signer who is also the task owner, this option must be and defaults to false ; otherwise, it defaults to true |
viewable_in_processing | Boolean |
X |
Available to view attachments when task is processing. |
viewable_in_completed | Boolean |
X |
Available to view attachments when task is completed. |
viewable_source_files | Array |
X |
Files that can be viewed by the recipient. Using file_object_ids returned when creating the file mission. |
informable | Boolean |
X |
Inform the signer through email or not when task is updated. |
reviewed_skip_confirm | Boolean |
X |
Do not need to confirm when signer's stage is reviewed. |
TaskSettingRequest
Name | Type | Required | Description |
---|---|---|---|
deadline | Integer |
X |
Deadline in timestamp. |
forget_remind | Boolean |
X |
Remind the signer or not when task is waiting for signing. |
expire_remind | Boolean |
X |
Remind the signer or not when task is going to be expired. |
remind_days_before_expire | Integer |
X |
Days before expire to remind the signer. enum: 1 , 2 and 3 . |
cc_infos | Array |
X |
See SourceSettingRequestCcInfo for more details. |
message | String |
X |
Message to the signer when task is processing. max-length: 500 . |
completed_message | String |
X |
Message to the signer when task is completed. max-length: 500 . |
reference_settings | Array |
X |
Reference information viewable to signers when task is processing. Currently, this only supports the use of references that have been predefined in a template. See SourceSettingRequestReferenceSetting for more details. |
completed_reference_settings | Array |
X |
Reference information viewable to signers when task is completed. Currently, this only supports the use of references that have been predefined in a template. See SourceSettingRequestReferenceSetting for more details. |
receiver_lang | String |
X |
Language displayed for the signer, only effective if signer has not set his preferred language. enum: de , en , es , it , ja , fa , ko , zh-CN and zh-TW . |
owner_informable | Boolean |
X |
Inform the owner through email or not when task is updated. |
TemplateRequestCreate
Name | Type | Required | Description |
---|---|---|---|
base64_file | String |
X |
Base64 string of PDF file. Required if task is created from file. |
file_mission_id | Integer |
X |
File mission ID returned from the Create a file mission API. Required if task is created from multiple files. |
file_name | String |
O |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
watermark_id | Integer |
X |
Watermark ID. Currently, this only supports the use of watermark_id that have been used in a template. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
stages | Array |
O |
See DummyStageRequest for more details. |
template_setting | Object |
X |
See TemplateSettingRequest for more details. |
TemplateRequestDuplicate
Name | Type | Required | Description |
---|---|---|---|
template_id | Integer |
O |
Template ID. |
file_name | String |
X |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
TemplateRequestID
Name | Type | Required | Description |
---|---|---|---|
template_id | Integer |
O |
Template ID. |
TemplateRequestUpdate
Name | Type | Required | Description |
---|---|---|---|
file_mission_id | Integer |
X |
File mission ID returned from the Create a file mission or Renew a file mission API. |
template_id | Integer |
O |
Template ID. |
file_name | String |
X |
File name. *File name should match the pattern `^(?!.["*:<>?/\ |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
watermark_id | Integer |
X |
Watermark ID. Currently, this only supports the use of watermark_id that have been used in a template. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
stages | Array |
X |
See DummyStageRequest for more details. |
template_setting | Object |
X |
See TemplateSettingRequest for more details. |
TemplateSettingRequest
Name | Type | Required | Description |
---|---|---|---|
deadline | Integer |
X |
Deadline in timestamp. |
forget_remind | Boolean |
X |
Remind the signer or not when task is waiting for signing. |
expire_remind | Boolean |
X |
Remind the signer or not when task is going to be expired. |
remind_days_before_expire | Integer |
X |
Days before expire to remind the signer. enum: 1 , 2 and 3 . |
cc_infos | Array |
X |
See SourceSettingRequestCcInfo for more details. |
message | String |
X |
Message to the signer when task is processing. max-length: 500 . |
completed_message | String |
X |
Message to the signer when task is completed. max-length: 500 . |
reference_settings | Array |
X |
Reference information viewable to signers when task is processing. Currently, this only supports the use of references that have been predefined in a template. See SourceSettingRequestReferenceSetting for more details. |
completed_reference_settings | Array |
X |
Reference information viewable to signers when task is completed. Currently, this only supports the use of references that have been predefined in a template. See SourceSettingRequestReferenceSetting for more details. |
receiver_lang | String |
X |
Language displayed for the signer, only effective if signer has not set his preferred language. enum: de , en , es , it , ja , fa , ko , zh-CN and zh-TW . |
owner_informable | Boolean |
X |
Inform the owner through email or not when task is updated. |
VerifyMethodRequest
Name | Type | Required | Description |
---|---|---|---|
verify_type | String |
O |
Verify type. Available verify types depend on the user's pricing plan or group's settings. enum: email and sms . |
verify_source | String |
X |
Verify source (area code + number). Required if verify_type is sms . |
occasion | String |
X |
Verify occasion. enum: sign and read . |
Responses
- Basic
- CredentialToken
- DummyStage
- FieldSetting
- FileMission
- FileMissionData
- FileMissionInfo
- FileMission_Files
- FileMission_UploadLink
- FileMission_UploadLink_Files
- Group
- Member
- MemberData
- MemberID
- MemberID_Data
- MemberLimitation
- MemberLimitation_Otp
- MemberPreference
- Member_IconInfo
- Member_IconInfo_IconUrl
- Member_Limitation
- PublicForm
- PublicFormData
- PublicFormID
- PublicFormID_Data
- PublicFormList
- PublicFormList_Data
- PublicFormSignerInfoFull
- PublicFormSignerInfoRequisite
- ReviewStage
- Seal
- SealID
- SealID_Data
- SealList
- SealList_Data
- Seal_Data
- Seal_GrantSettings
- Seal_GrantSettings_Permission
- SignEvent
- SignStage
- SignTask
- SignTaskAccessInfo
- SignTaskAttachedFile
- SignTaskData
- SignTaskFull
- SignTaskFull_CurrentStageInfos
- SignTaskID
- SignTaskID_Data
- SignTaskImageInfo
- SignTaskList
- SignTaskList_Data
- SignTaskOwner
- SignTaskRead
- SignTaskReadData
- SignTaskRead_CurrentStageInfos
- SignTaskReviewInfo
- SignTaskReviewInfo_LastReviewResult
- SignTaskReviewInfo_LastReviewResult_ReviewAttachments
- SignTaskReviewInfo_LastReviewResult_ReviewFields
- SignTaskReviewInfo_LastReviewResult_ReviewerInfo
- SignTaskSetting
- SignTaskSignatureInfo
- SignTaskThumbnail
- SignTaskVerifyInfo
- SignTaskViewableAttachments
- SignTask_CurrentStageInfos
- Signature
- SourceSettingCcInfo
- SourceSettingReferenceSetting
- StageAttachmentSetting
- StageCustomMessageSetting
- StageSetting
- Template
- TemplateAccessInfo
- TemplateData
- TemplateDownloadLink
- TemplateFull
- TemplateID
- TemplateID_Data
- TemplateList
- TemplateList_Data
- TemplateSetting
- TemplateShareSetting
- TemplateShareSetting_GroupPermission
- TemplateThumbnail
- Thumbnail
- VerifyMethod
- WatermarkInfo
Basic
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
Data. |
BasicError
Name | Type | Nullable | Description |
---|---|---|---|
error_code | Integer |
X |
Error code. |
error_message | String |
X |
Error message. |
error_key | String |
X |
Error key. |
CredentialToken
Name | Type | Nullable | Description |
---|---|---|---|
access_token | String |
X |
Access token. |
refresh_token | String |
X |
Refresh token. |
token_type | String |
X |
Token type. |
expires_in | Integer |
X |
Token expiration time in seconds. |
scope | String |
X |
Token scopes. |
created_at | Integer |
X |
Token creation timestamp. |
DummyStage
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
role | String |
X |
Signer's role. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
DummyStageAdvanced
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
role | String |
X |
Signer's role. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
stage_setting | Object |
X |
See StageSetting for more details. |
custom_message_setting | Object |
X |
See StageCustomMessageSetting for more details. |
DummyStageFull
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
role | String |
X |
Signer's role. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
stage_setting | Object |
X |
See StageSetting for more details. |
custom_message_setting | Object |
X |
See StageCustomMessageSetting for more details. |
attachment_settings | Array |
X |
See StageAttachmentSetting for more details. |
field_settings | Array |
X |
See FieldSetting for more details. |
field_setting_groups | Array |
X |
See FieldSettingGroup for more details. |
review_stages | Array |
X |
See ReviewStage for more details. |
verify_methods | Array |
X |
See VerifyMethod for more details. |
FieldSetting
Name | Type | Nullable | Description |
---|---|---|---|
field_type | String |
X |
Field type. enum: signature , textfield , datefield , checkbox and radio . |
field_value | String or Boolean or Integer |
O |
Field value. |
field_value_type | String |
O |
Field value type. enum: signature , guest_signature and seal . |
field_object_id | String |
X |
Field object ID. |
field_group_object_id | String |
O |
Field group object ID. Used for checkbox and radio . |
page | Integer |
X |
Page number. Starts from 0. |
coord | Array |
X |
Field coordinates, consisting of 4 numbers. These numbers represent the left-x, bottom-y, right-x, and top-y coordinates, respectively. |
options | Object |
X |
Field options. See FieldSetting_Options for more details. |
FieldSettingGroup
Name | Type | Nullable | Description |
---|---|---|---|
field_group_type | String |
X |
Field group type. enum: checkbox and radio . |
field_group_object_id | String |
X |
Field group object ID. |
options | Object |
X |
See FieldSettingGroup_Options for more details. |
FieldSettingGroup_Options
Name | Type | Nullable | Description |
---|---|---|---|
force | Boolean |
X |
Force to fill or not. |
read_only | Boolean |
X |
Read only or not. |
FieldSetting_Options
Name | Type | Nullable | Description |
---|---|---|---|
force | Boolean |
X |
Force to fill or not. Used for signature , textfield , datefield , link , and image . |
default | String |
O |
Default value. Used for textfield , signature , datefield , and link . |
default_type | String |
O |
Default value type. Used for signature .enum: seal and signature . |
read_only | Boolean |
X |
Read only or not. Used for textfield , datefield , checkbox , radio , and link . |
is_multi_line | Boolean |
X |
Multi-line or not. Used for textfield . |
placeholder | String |
X |
Placeholder. Used for signature , textfield , datefield , link , and image . |
font_size | Integer |
X |
Font size. Used for textfield , datefield , link .min: 8 , max: 34 . |
font_size_fixed | Boolean |
X |
Font size fixed or not. Used for textfield , datefield , and link . |
alignment | String |
X |
Alignment. Used for textfield , datefield , and link .enum: left , center and right . |
alignment_fixed | Boolean |
X |
Alignment fixed or not. Used for textfield , datefield , and link . |
length | Integer |
X |
Length. Used for textfield . |
validation | String |
X |
Validation type. Used for textfield .enum: email , numbers , letters and regex . |
validation_regex | String |
X |
Validation regex. Used for textfield when validation is regex . |
date_format | String |
X |
Date format. Used for datefield .enum: yyyy-mm-dd , yyyy/mm/dd , dd/mm/yyyy and mm-dd-yyyy . |
date_setting | String |
X |
Date setting. Used for datefield .enum: current_only , current_future , current_past and all . |
zone | Integer |
X |
Time zone. Used for datefield .min: -12 , max: 12 . |
FileMission
Name | Type | Nullable | Description |
---|---|---|---|
file_mission_id | Integer |
X |
File mission ID. |
status | String |
X |
File mission status. enum: file_uploading , processing , completed , failed and deleted . |
upload_link | Object |
X |
Link for uploading files that have not yet been uploaded. This key will be deprecated in the future; please use the 'files' key instead. See FileMission_UploadLink for more details. |
files | Array |
X |
See FileMission_Files for more details. |
FileMissionData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See FileMission for more details. |
FileMissionInfo
Name | Type | Nullable | Description |
---|---|---|---|
file_mission_id | Integer |
X |
File mission ID. |
status | String |
X |
File mission status. enum: file_uploading , processing , completed , failed and deleted . |
FileMission_Files
Name | Type | Nullable | Description |
---|---|---|---|
file_object_id | Integer |
X |
File object ID. |
file_name | String |
X |
File name without extension. |
page_count | Integer |
X |
Page count. |
checksum | String |
X |
Checksum. |
upload_link | String |
X |
Upload link of the file. |
FileMission_UploadLink
Name | Type | Nullable | Description |
---|---|---|---|
files | Array |
X |
See FileMission_UploadLink_Files for more details. |
FileMission_UploadLink_Files
Name | Type | Nullable | Description |
---|---|---|---|
file_object_id | Integer |
X |
File object ID. |
file_name | String |
X |
File name without extension. |
upload_link | String |
X |
Upload link of the file. |
Group
Name | Type | Nullable | Description |
---|---|---|---|
group_id | Integer |
X |
Group ID. |
name | String |
X |
Group name. |
status | String |
X |
Group status. enum: active , expired and archived . |
email_sender_rule | String |
X |
Display rule for email sender. enum: default , custom_name , sender_email and sender_name . |
email_custom_name | String |
X |
Custom name for email sender. Required if email_sender_rule is provided. |
icon_url | Object |
X |
See Group_IconUrl for more details. |
decline_options | Array |
X |
See Group_DeclineOptions for more details. |
GroupData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See Group for more details. |
GroupID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See GroupID_Data for more details. |
GroupID_Data
Name | Type | Nullable | Description |
---|---|---|---|
group_id | Integer |
X |
Group ID. |
GroupPermission
Name | Type | Nullable | Description |
---|---|---|---|
view_users | Boolean |
X |
Can view group members. |
manage_users | Boolean |
X |
Can manage group members. |
manage_permission | Boolean |
X |
Can manage group permissions. |
manage_subgroups | Boolean |
X |
Can manage subgroups. |
view_team_tasks | Boolean |
X |
Can view team tasks. |
view_team_tasks_scopes | Array |
X |
Scopes of team tasks. |
download_processing_task_self_sender | Boolean |
X |
Can download files of processing tasks sent by self. |
download_processing_task_group_sender | Boolean |
X |
Can download files of processing tasks sent by group members. |
download_processing_task_self_signer | Boolean |
X |
Can download files of processing tasks signed by self. |
download_processing_task_group_signer | Boolean |
X |
Can download files of processing tasks signed by group members. |
download_completed_task_self_sender | Boolean |
X |
Can download files of completed tasks sent by self. |
download_completed_task_group_sender | Boolean |
X |
Can download files of completed tasks sent by group members. |
download_completed_task_self_signer | Boolean |
X |
Can download files of completed tasks signed by self. |
download_completed_task_group_signer | Boolean |
X |
Can download files of completed tasks signed by group members. |
download_sign_and_send_self_task | Boolean |
X |
Can download files of self-sign tasks sent by self. |
download_sign_and_send_group_task | Boolean |
X |
Can download files of self-sign tasks sent by group members. |
download_audit_trail_self_sender | Boolean |
X |
Can download audit trail of tasks sent by self. |
download_audit_trail_group_sender | Boolean |
X |
Can download audit trail of tasks sent by group members. |
download_audit_trail_self_signer | Boolean |
X |
Can download audit trail of tasks signed by self. |
download_audit_trail_group_signer | Boolean |
X |
Can download audit trail of tasks signed by group members. |
delete_processing_task_self_sender | Boolean |
X |
Can delete processing tasks sent by self. |
delete_sign_and_send_self_task | Boolean |
X |
Can delete self-sign tasks sent by self. |
archive_group_other_task | Boolean |
X |
Can archive tasks sent by group members. |
void_processing_task_self_sender | Boolean |
X |
Can void processing tasks sent by self. |
void_processing_task_group_sender | Boolean |
X |
Can void processing tasks sent by group members. |
manage_company_name | Boolean |
X |
Can manage company name. |
manage_company_logo | Boolean |
X |
Can manage company logo. |
manage_email_display_name | Boolean |
X |
Can manage email display name. |
manage_decline_options | Boolean |
X |
Can manage group's decline options. |
share_template | Boolean |
X |
Can share templates. |
transfer_template | Boolean |
X |
Can transfer templates. |
share_combination | Boolean |
X |
Can share signer groups. |
bulk_send | Boolean |
X |
Can bulk send tasks. |
allow_kiosk | Boolean |
X |
Can use front desk signing. |
report_access | Boolean |
X |
Can access reports. |
task_export | Boolean |
X |
Can export tasks to third-party services. |
discard_terminate_task_self_sender | Boolean |
X |
Can discard terminated tasks sent by self. |
discard_terminate_task_group_sender | Boolean |
X |
Can discard terminated tasks sent by group members. |
discard_completed_task_self_sender | Boolean |
X |
Can discard completed tasks sent by self. |
discard_completed_task_group_sender | Boolean |
X |
Can discard completed tasks sent by group members. |
Group_DeclineOptions
Name | Type | Nullable | Description |
---|---|---|---|
decline_option_id | Integer |
X |
Decline option ID. |
status | String |
X |
Decline option status. enum: active and inactive . |
system_reserved | Boolean |
X |
If decline option is reserved by system. |
content | String |
X |
Decline option content. |
Group_IconUrl
Name | Type | Nullable | Description |
---|---|---|---|
100 | String |
X |
Icon URL with 100px width. |
280 | String |
X |
Icon URL with 280px width. |
Member
Name | Type | Nullable | Description |
---|---|---|---|
member_id | Integer |
X |
Member ID. |
name | String |
X |
Member name. |
String |
X |
Member email. | |
preference | Object |
X |
See MemberPreference for more details. |
group_id | Integer |
X |
Group ID. |
group_permission | Object |
X |
See GroupPermission for more details. |
group_roles | Array |
X |
|
group_status | String |
X |
Group subscription status. |
icon_info | Object |
X |
See Member_IconInfo for more details. |
lang | String |
X |
Member language. |
limitation | Object |
X |
See Member_Limitation for more details. |
tags | Array |
X |
|
group_tags | Array |
X |
MemberData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See Member for more details. |
MemberID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See MemberID_Data for more details. |
MemberID_Data
Name | Type | Nullable | Description |
---|---|---|---|
member_id | Integer |
X |
Member ID. |
MemberLimitation
Name | Type | Nullable | Description |
---|---|---|---|
sign_task | Integer |
X |
Sign task usage limitation per month. |
sign_stage | Integer |
X |
Sign stage usage limitation per sign task. |
attachment | Integer |
X |
Attachment usage limitation per sign stage. |
public_form | Integer |
X |
Public form usage limitation. |
otp | Object |
X |
See MemberLimitation_Otp for more details. |
MemberLimitation_Otp
Name | Type | Nullable | Description |
---|---|---|---|
sms | Integer |
X |
SMS OTP usage limitation. |
MemberPreference
Name | Type | Nullable | Description |
---|---|---|---|
date_format | String |
X |
Date format. |
forget_remind | Boolean |
X |
Enable automatic reminders if the signer has not signed after 2 days and 6 days. |
expire_remind | Boolean |
X |
Enable automatic reminders a few days before the task expires. |
remind_days_before_expire | Integer |
X |
Represent days before the task expires to trigger automatic reminders. |
otp_via_email | Boolean |
X |
Enhance account security through email OTP. |
otp_via_phone | Boolean |
X |
Enhance account security through SMS OTP. |
need_upchain | Boolean |
X |
Upload signed tasks to blockchain. |
receiver_lang | String |
X |
The language of the relevant emails received by recipients. enum: de , en , es , it , ja , fa , ko , zh-CN and zh-TW . |
signature_timestamp | Boolean |
X |
Display the time of the signature. |
time_zone | String |
X |
The name in TZ database. ex. Asia/Taipei . |
Member_IconInfo
Name | Type | Nullable | Description |
---|---|---|---|
icon_url | Object |
X |
See Member_IconInfo_IconUrl for more details. |
Member_IconInfo_IconUrl
Name | Type | Nullable | Description |
---|---|---|---|
100 | String |
X |
Icon URL with 100px width. |
280 | String |
X |
Icon URL with 280px width. |
Member_Limitation
Name | Type | Nullable | Description |
---|---|---|---|
limitation | Object |
X |
See MemberLimitation for more details. |
plan | String |
X |
Member subscription plan. |
PublicForm
Name | Type | Nullable | Description |
---|---|---|---|
form_id | Integer |
X |
Form ID. |
uuid | String |
X |
Form UUID. |
form_name | String |
X |
Form name. |
description | String |
O |
Form description. |
status | String |
X |
Form status. enum: publish , unpublish and terminated . |
template_name | String |
X |
Form template name. |
share_link | String |
X |
Form public link. It shows when status is publish . |
signer_infos | Array |
X |
See PublicFormSignerInfoFull for more details. |
search_keys | Array |
X |
Form completed task's search keys. |
sent_num | Integer |
X |
The number of sent tasks in the form. |
finish_num | Integer |
X |
The number of finished tasks in the form. |
goal_num | Integer |
O |
The number of task required to complete the form. If -1 , then the form is not limited by the number of tasks. |
reach_limit | Boolean |
X |
Form reaches goal_num or end_at . |
created_at | Integer |
X |
Form creation timestamp. |
end_at | Integer |
O |
Form ended up timestamp. |
PublicFormData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See PublicForm for more details. |
PublicFormID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See PublicFormID_Data for more details. |
PublicFormID_Data
Name | Type | Nullable | Description |
---|---|---|---|
form_id | Integer |
X |
Form ID. |
PublicFormList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See PublicFormList_Data for more details. |
PublicFormList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
templates | Array |
X |
See PublicForm for more details. |
PublicFormSignerInfoFull
Name | Type | Nullable | Description |
---|---|---|---|
signer_type | String |
X |
Specifies the type of signer in the form stage: - form_signer : an unspecified user who only needs to provide basic information like name or email when signing- normal_signer : a designated userThe first signer in the sequence must be a form_signer , and all normal_signer s must follow after all form_signer s.enum: form_signer and normal_signer . |
name | String |
X |
Form stage signer name. Required if signer_type is normal_signer . |
String |
X |
Form stage signer email. Required if signer_type is normal_signer .max-length: 250 . |
|
phone | String |
X |
Form stage signer phone (area code + number). Required if signer_type is normal_signer , and the used template requires SMS OTP. |
requisite | Object |
X |
See PublicFormSignerInfoRequisite for more details. |
role | String |
X |
Form stage signer role. |
PublicFormSignerInfoRequisite
Name | Type | Nullable | Description |
---|---|---|---|
name | String |
X |
Signer should provide his name or not. enum: required and optional . |
String |
X |
Signer should provide his email or not. enum: required . |
ReviewStage
Name | Type | Nullable | Description |
---|---|---|---|
review_stage_id | Integer |
X |
Review stage ID. |
stage_id | Integer |
O |
Stage ID. |
stage_type | String |
O |
Stage type. enum: SignStage and DummyStage . |
base_stage_id | Integer |
O |
Signer's stage ID. |
base_stage_type | String |
O |
Signer's stage type. enum: SignStage and DummyStage . |
sequence | Integer |
X |
Review sequence. |
status | String |
X |
Review status. enum: initial , reviewing and reviewed . |
name | String |
X |
Reviewer's name. |
String |
X |
Reviewer's email. | |
reviewed_by_owner | Boolean |
X |
Reviewed by owner or not. |
Seal
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See Seal_Data for more details. |
raw | String |
X |
Raw seal image in base64. |
serial_number | String |
X |
Seal serial number. |
name | String |
X |
Seal name. |
status | String |
X |
Seal status. |
created_at | Integer |
X |
Seal creation timestamp. |
updated_at | Integer |
X |
Seal last modification timestamp. |
grant_settings | Array |
X |
See Seal_GrantSettings for more details. |
SealID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SealID_Data for more details. |
SealID_Data
Name | Type | Nullable | Description |
---|---|---|---|
seal_id | Integer |
X |
Seal ID. |
SealList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SealList_Data for more details. |
SealList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
seals | Array |
X |
See Seal for more details. |
Seal_Data
Name | Type | Nullable | Description |
---|---|---|---|
seal_id | Integer |
X |
Seal ID. |
Seal_GrantSettings
Name | Type | Nullable | Description |
---|---|---|---|
permission | Object |
X |
See Seal_GrantSettings_Permission for more details. |
grantee_email | String |
X |
Grantee email. |
Seal_GrantSettings_Permission
Name | Type | Nullable | Description |
---|---|---|---|
use | Boolean |
X |
Use permission. |
SignEvent
Name | Type | Nullable | Description |
---|---|---|---|
action_name | String |
X |
Event action name. enum: created , declined , sent , signed and voided . |
role | String |
X |
Role. |
client | String |
X |
Client. enum: android , ios , open_api and web . |
user_agent | String |
X |
User agent. |
ip_address | String |
X |
IP address. |
app_version | String |
X |
App version, exists if client is app . |
created_at | Integer |
X |
Event creation timestamp. |
SignEventList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignEventList_Data for more details. |
SignEventList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
events | Array |
X |
See SignEvent for more details. |
SignStage
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
name | String |
X |
Signer's name. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
SignStageAdvanced
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
name | String |
X |
Signer's name. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
stage_setting | Object |
X |
See StageSetting for more details. |
custom_message_setting | Object |
X |
See StageCustomMessageSetting for more details. |
SignStageFull
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
name | String |
X |
Signer's name. |
String |
X |
Actor's email. | |
stage_type | String |
X |
Stage type. enum: sign , edit and form_sign . |
sequence | Integer |
X |
Stage sequence, which starts from 1 . |
status | String |
X |
Stage status. enum: initial , processing , signed , done , modifying , reviewed , declined and canceled . |
stage_setting | Object |
X |
See StageSetting for more details. |
custom_message_setting | Object |
X |
See StageCustomMessageSetting for more details. |
attachment_settings | Array |
X |
See StageAttachmentSetting for more details. |
field_settings | Array |
X |
See FieldSetting for more details. |
field_setting_groups | Array |
X |
See FieldSettingGroup for more details. |
review_stages | Array |
X |
See ReviewStage for more details. |
verify_methods | Array |
X |
See VerifyMethod for more details. |
SignTask
Name | Type | Nullable | Description |
---|---|---|---|
task_id | Integer |
X |
Task ID. |
file_name | String |
X |
File name. |
sign_type | String |
X |
Sign type. enum: sign_and_send , create_and_invite , kiosk , guest_signing and form . |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
status | String |
X |
Task status. enum: draft , waiting , completed , declined , expired , voided and deleted . |
last_modified_by_owner | Boolean |
X |
Last modification by owner or not. |
owned_by_me | Boolean |
X |
Task is owned by me or not. |
access_info | Object |
X |
See SignTaskAccessInfo for more details. |
current_stage_infos | Array |
X |
Current stages' info. See SignTask_CurrentStageInfos for more details. |
details | Array |
X |
Stage details, including owner's and stages' information. * For all tasks, first schema is SignTaskOwner .* For type of sign_and_send , guest_signing or kiosk tasks, see DummyStage schema.* For type of create_and_invite or form tasks, see SignStage schema.See SignTaskOwner, DummyStage and SignStage for more details. |
task_setting | Object |
X |
See SignTaskSetting for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
created_at | Integer |
X |
Task creation timestamp. |
last_modified_at | Integer |
X |
Task last modification timestamp. |
SignTaskAccessInfo
Name | Type | Nullable | Description |
---|---|---|---|
view | Boolean |
X |
Member can view the task or not. |
sign | Boolean |
X |
Member can sign the task or not. |
review | Boolean |
X |
Member can review the task or not. |
decline | Boolean |
X |
Member can decline the task or not. |
confirm | Boolean |
X |
Member can confirm the task or not. |
update | Boolean |
X |
Member can update the draft task or not. |
forward | Boolean |
X |
Member can forward the task or not. |
forward_request | Boolean |
X |
Member can send forward request to the owner or not. |
preview_attachments | Boolean |
X |
Member can preview the attachments or not. |
download | Boolean |
X |
Member can download the task or not. |
download_audit_trail | Boolean |
X |
Member can download the audit trail or not. |
download_attachments | Boolean |
X |
Member can download the attachments or not. |
download_source_files | Boolean |
X |
Member can download the source files or not. |
void | Boolean |
X |
Member can void the task or not. |
delete | Boolean |
X |
Member can delete the task or not. |
restore | Boolean |
X |
Member can restore the task or not. |
share_sign_link | Boolean |
X |
Member can share the sign link or not. |
archive | Boolean |
X |
Member can archive the task or not. |
dearchive | Boolean |
X |
Member can dearchive the task or not. |
save_template | Boolean |
X |
Member can save as a template or not. |
resend | Boolean |
X |
Member can resend the task or not. |
edit | Boolean |
X |
Member can edit the waiting task or not. |
SignTaskAttachedFile
Name | Type | Nullable | Description |
---|---|---|---|
id | Integer |
X |
Attached file ID. |
raw | String |
X |
Attached file base64 data. |
SignTaskData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignTaskFull for more details. |
SignTaskFull
Name | Type | Nullable | Description |
---|---|---|---|
task_id | Integer |
X |
Task ID. |
file_name | String |
X |
File name. |
sign_type | String |
X |
Sign type. enum: sign_and_send , create_and_invite , kiosk , guest_signing and form . |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
status | String |
X |
Task status. enum: draft , waiting , completed , declined , expired , voided and deleted . |
last_modified_by_owner | Boolean |
X |
Last modification by owner or not. |
owned_by_me | Boolean |
X |
Task is owned by me or not. |
access_info | Object |
X |
See SignTaskAccessInfo for more details. |
current_stage_infos | Array |
X |
Current stages' info. See SignTaskFull_CurrentStageInfos for more details. |
details | Array |
X |
Stage details, including owner's and stages' information. * For all tasks, first schema is SignTaskOwner .* For type of sign_and_send , guest_signing or kiosk tasks, see DummyStageAdvanced schema.* For type of create_and_invite or form tasks, see SignStageAdvanced schema.See SignTaskOwner, DummyStageAdvanced and SignStageAdvanced for more details. |
task_setting | Object |
X |
See SignTaskSetting for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
created_at | Integer |
X |
Task creation timestamp. |
last_modified_at | Integer |
X |
Task last modification timestamp. |
file_mission_info | Object |
X |
See FileMissionInfo for more details. |
read_only | Boolean |
X |
Task is read only or not. |
thumbnail | Object |
X |
See SignTaskThumbnail for more details. |
watermark_info | Object |
X |
See WatermarkInfo for more details. |
SignTaskFull_CurrentStageInfos
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
String |
X |
Signer's email. | |
name | String |
X |
Signer's name. |
SignTaskID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignTaskID_Data for more details. |
SignTaskID_Data
Name | Type | Nullable | Description |
---|---|---|---|
task_id | Integer |
X |
Task ID. |
SignTaskImageInfo
Name | Type | Nullable | Description |
---|---|---|---|
images | Array |
X |
See SignTaskAttachedFile for more details. |
SignTaskList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignTaskList_Data for more details. |
SignTaskList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
tasks | Array |
X |
See SignTask for more details. |
SignTaskOwner
Name | Type | Nullable | Description |
---|---|---|---|
name | String |
X |
Owner's name. |
sequence | Integer |
X |
Owner's sequence, which is 0 . |
String |
X |
Owner's email. | |
status | String |
X |
Owner's status. enum: created , sent and voided . |
SignTaskRead
Name | Type | Nullable | Description |
---|---|---|---|
task_id | Integer |
X |
Task ID. |
file_name | String |
X |
File name. |
sign_type | String |
X |
Sign type. enum: sign_and_send , create_and_invite , kiosk , guest_signing and form . |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
status | String |
X |
Task status. enum: draft , waiting , completed , declined , expired , voided and deleted . |
last_modified_by_owner | Boolean |
X |
Last modification by owner or not. |
owned_by_me | Boolean |
X |
Task is owned by me or not. |
access_info | Object |
X |
See SignTaskAccessInfo for more details. |
current_stage_infos | Array |
X |
Current stages' info. See SignTaskRead_CurrentStageInfos for more details. |
details | Array |
X |
Stage details, including owner's and stages' information. * For all tasks, first schema is SignTaskOwner .* For type of sign_and_send , guest_signing or kiosk tasks, see DummyStageFull schema.* For type of create_and_invite or form tasks, see SignStageFull schema.See SignTaskOwner, DummyStageFull and SignStageFull for more details. |
task_setting | Object |
X |
See SignTaskSetting for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
created_at | Integer |
X |
Task creation timestamp. |
last_modified_at | Integer |
X |
Task last modification timestamp. |
file_mission_info | Object |
X |
See FileMissionInfo for more details. |
read_only | Boolean |
X |
Task is read only or not. |
thumbnail | Object |
X |
See SignTaskThumbnail for more details. |
watermark_info | Object |
X |
See WatermarkInfo for more details. |
viewable_attachments | Array |
X |
Viewable attachments for the reader on the sign task. See SignTaskViewableAttachments for more details. |
image_info | Object |
X |
See SignTaskImageInfo for more details. |
review_info | Object |
X |
See SignTaskReviewInfo for more details. |
signature_info | Object |
X |
See SignTaskSignatureInfo for more details. |
verify_info | Object |
X |
See SignTaskVerifyInfo for more details. |
SignTaskReadData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignTaskRead for more details. |
SignTaskRead_CurrentStageInfos
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
String |
X |
Signer's email. | |
name | String |
X |
Signer's name. |
SignTaskReviewInfo
Name | Type | Nullable | Description |
---|---|---|---|
review_attachments | Array |
X |
For reviewer, the attachments need to reivew. |
review_fields | Array |
X |
For reviewer, the fields need to review. |
reviewed_stage_id | Integer |
X |
For reviewer, reviewed stage ID. |
last_review_result | Object |
X |
For signer who's rejected, last review result See SignTaskReviewInfo_LastReviewResult for more details. |
SignTaskReviewInfo_LastReviewResult
Name | Type | Nullable | Description |
---|---|---|---|
review_attachments | Array |
X |
See SignTaskReviewInfo_LastReviewResult_ReviewAttachments for more details. |
review_fields | Array |
X |
See SignTaskReviewInfo_LastReviewResult_ReviewFields for more details. |
review_message | String |
X |
Review rejected message. |
reviewed_at | Integer |
X |
Reviewed timestamp. |
reviewer_info | Object |
X |
Reviewer infomation. See SignTaskReviewInfo_LastReviewResult_ReviewerInfo for more details. |
SignTaskReviewInfo_LastReviewResult_ReviewAttachments
Name | Type | Nullable | Description |
---|---|---|---|
accepted | Boolean |
X |
Attachment review result. |
attachment_id | String |
X |
Attachment ID. |
SignTaskReviewInfo_LastReviewResult_ReviewFields
Name | Type | Nullable | Description |
---|---|---|---|
accepted | Boolean |
X |
Field review result. |
field_object_id | String |
X |
Field object ID. |
SignTaskReviewInfo_LastReviewResult_ReviewerInfo
Name | Type | Nullable | Description |
---|---|---|---|
String |
X |
Reviewer email. | |
name | String |
X |
Reviewer name. |
SignTaskSetting
Name | Type | Nullable | Description |
---|---|---|---|
deadline | Integer |
O |
Deadline in timestamp. Used for SignTask only. |
forget_remind | Boolean |
X |
Remind the signer or not when task is waiting for signing. |
expire_remind | Boolean |
O |
Remind the signer or not when task is going to be expired. Used for SignTask only. |
remind_days_before_expire | Integer |
O |
Days before expire to remind the signer. Used for SignTask only. |
expires_in_days | Integer |
O |
Days before expire. Used for SignTask only. |
cc_infos | Array |
X |
See SourceSettingCcInfo for more details. |
message | String |
O |
Message to the signer when task is processing. |
completed_message | String |
O |
Message to the signer when task is completed. |
reference_settings | Array |
X |
Reference information viewable to signers when task is processing. See SourceSettingReferenceSetting for more details. |
completed_reference_settings | Array |
X |
Reference information viewable to signers when task is completed. See SourceSettingReferenceSetting for more details. |
receiver_lang | String |
X |
Language displayed for the signer, only effective if signer has not set his preferred language. |
owner_informable | Boolean |
X |
Inform the owner through email or not when task is updated. |
SignTaskSignatureInfo
Name | Type | Nullable | Description |
---|---|---|---|
signatures | Object |
X |
See SignTaskAttachedFile for more details. |
guest_signatures | Object |
X |
See SignTaskAttachedFile for more details. |
seals | Object |
X |
See SignTaskAttachedFile for more details. |
SignTaskThumbnail
Name | Type | Nullable | Description |
---|---|---|---|
original | Object |
X |
See Thumbnail for more details. |
completed | Object |
X |
See Thumbnail for more details. |
SignTaskVerifyInfo
Name | Type | Nullable | Description |
---|---|---|---|
identity_verify_token | String |
X |
Identity verify token for reading. |
SignTaskViewableAttachments
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
signer_name | String |
X |
Signer name. |
signer_email | String |
X |
Signer email. |
file_id | Integer |
X |
File ID. |
file_name | String |
X |
File name. |
attachment_id | String |
X |
Attachment ID. |
reviewable | Boolean |
X |
Reviewable. It exists when stage type is ReviewStage . |
SignTask_CurrentStageInfos
Name | Type | Nullable | Description |
---|---|---|---|
stage_id | Integer |
X |
Stage ID. |
String |
X |
Signer's email. | |
name | String |
X |
Signer's name. |
Signature
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See Signature_Data for more details. |
raw | String |
X |
Raw signature image in base64. |
file_type | String |
X |
File type. |
category | String |
X |
Category. |
created_at | Integer |
X |
Signature creation timestamp. |
SignatureID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignatureID_Data for more details. |
SignatureID_Data
Name | Type | Nullable | Description |
---|---|---|---|
signature_id | Integer |
X |
Signature ID. |
SignatureList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See SignatureList_Data for more details. |
SignatureList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
signatures | Array |
X |
See Signature for more details. |
Signature_Data
Name | Type | Nullable | Description |
---|---|---|---|
signature_id | Integer |
X |
Signature ID. |
SourceSettingCcInfo
Name | Type | Nullable | Description |
---|---|---|---|
String |
X |
CC Email. | |
name | String |
X |
CC Name. |
SourceSettingReferenceSetting
Name | Type | Nullable | Description |
---|---|---|---|
file_name | String |
X |
Reference name. |
reference_id | String |
X |
Reference ID. |
reference_type | String |
X |
Reference file type. |
StageAttachmentSetting
Name | Type | Nullable | Description |
---|---|---|---|
attachment_id | String |
X |
Attachment ID. |
file_name | String |
X |
Attachment name. |
force | Boolean |
X |
Signer must upload attachment or not. |
viewable_in_processing | Boolean |
X |
Attachment is viewable by other signers or not, will be effective along with viewable_in_processing in StageSetting . |
StageCustomMessageSetting
Name | Type | Nullable | Description |
---|---|---|---|
viewable_in_processing | Boolean |
X |
Custom message is viewable by other signers or not when task is processing. |
viewable_in_completed | Boolean |
X |
Custom message is viewable by other signers or not when task is completed. |
StageSetting
Name | Type | Nullable | Description |
---|---|---|---|
forward_enable | Boolean |
X |
Available to change signer. For signer who is also the task owner, this option is always true . |
decline_enable | Boolean |
X |
Available to decline the task. For signer who is also the task owner, this option is always false . |
viewable_in_processing | Boolean |
X |
Available to view attachments when task is processing. For signer who is also the task owner, this option is always true . |
viewable_in_completed | Boolean |
X |
Available to view attachments when task is completed. For signer who is also the task owner, this option is always true . |
viewable_source_files | Array |
X |
Files that can be viewed by the recipient. |
informable | Boolean |
X |
Inform the signer through email or not when task is updated. |
reviewed_skip_confirm | Boolean |
X |
Do not need to confirm when signer's stage is reviewed. |
Template
Name | Type | Nullable | Description |
---|---|---|---|
template_id | Integer |
X |
Template ID. |
file_name | String |
X |
Template name. |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
status | String |
X |
Template status. enum: active and deleted . |
access_info | Object |
X |
See TemplateAccessInfo for more details. |
details | Array |
X |
Stage details. See DummyStage for more details. |
template_setting | Object |
X |
See TemplateSetting for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
created_at | Integer |
X |
Template creation timestamp. |
last_modified_at | Integer |
X |
Template last modification timestamp. |
TemplateAccessInfo
Name | Type | Nullable | Description |
---|---|---|---|
view | Boolean |
X |
Member can view the template or not. |
update | Boolean |
X |
Member can update the template or not. |
delete | Boolean |
X |
Member can delete the template or not. |
group_share | Boolean |
X |
Member can share the template to the group or not. |
kiosk_setting | Boolean |
X |
Member can update the kiosk setting or not. |
duplicate | Boolean |
X |
Member can duplicate the template or not. |
transfer | Boolean |
X |
Member can transfer the template or not. |
TemplateData
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See TemplateFull for more details. |
TemplateDownloadLink
Name | Type | Nullable | Description |
---|---|---|---|
raw | String |
X |
Download link of raw file. |
original | String |
X |
Download link of original file. |
full | String |
X |
Download link of full file. |
TemplateFull
Name | Type | Nullable | Description |
---|---|---|---|
template_id | Integer |
X |
Template ID. |
file_name | String |
X |
Template name. |
has_order | Boolean |
X |
Signers should sign sequentially or not. |
status | String |
X |
Template status. enum: active and deleted . |
access_info | Object |
X |
See TemplateAccessInfo for more details. |
details | Array |
X |
Stage details. See DummyStageFull for more details. |
template_setting | Object |
X |
See TemplateSetting for more details. |
metadata | Object |
X |
Metadata. Maximum 10 key-value pairs, where each key length must be less than or equal to 40 characters and each value length must be less than or equal to 100 characters. |
created_at | Integer |
X |
Template creation timestamp. |
last_modified_at | Integer |
X |
Template last modification timestamp. |
download_link | Object |
X |
See TemplateDownloadLink for more details. |
file_mission_info | Object |
X |
See FileMissionInfo for more details. |
share_setting | Object |
X |
See TemplateShareSetting for more details. |
thumbnail | Object |
X |
See TemplateThumbnail for more details. |
watermark_info | Object |
X |
See WatermarkInfo for more details. |
TemplateID
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See TemplateID_Data for more details. |
TemplateID_Data
Name | Type | Nullable | Description |
---|---|---|---|
template_id | Integer |
X |
Template ID. |
TemplateList
Name | Type | Nullable | Description |
---|---|---|---|
data | Object |
X |
See TemplateList_Data for more details. |
TemplateList_Data
Name | Type | Nullable | Description |
---|---|---|---|
total_count | Integer |
X |
Total count of items. |
current_page | Integer |
X |
Current page number. |
total_pages | Integer |
X |
Total page count. |
templates | Array |
X |
See Template for more details. |
TemplateSetting
Name | Type | Nullable | Description |
---|---|---|---|
deadline | Integer |
O |
Deadline in timestamp. Used for SignTask only. |
forget_remind | Boolean |
X |
Remind the signer or not when task is waiting for signing. |
expire_remind | Boolean |
O |
Remind the signer or not when task is going to be expired. Used for SignTask only. |
remind_days_before_expire | Integer |
O |
Days before expire to remind the signer. Used for SignTask only. |
expires_in_days | Integer |
O |
Days before expire. Used for SignTask only. |
cc_infos | Array |
X |
See SourceSettingCcInfo for more details. |
message | String |
O |
Message to the signer when task is processing. |
completed_message | String |
O |
Message to the signer when task is completed. |
reference_settings | Array |
X |
Reference information viewable to signers when task is processing. See SourceSettingReferenceSetting for more details. |
completed_reference_settings | Array |
X |
Reference information viewable to signers when task is completed. See SourceSettingReferenceSetting for more details. |
receiver_lang | String |
X |
Language displayed for the signer, only effective if signer has not set his preferred language. |
owner_informable | Boolean |
X |
Inform the owner through email or not when task is updated. |
TemplateShareSetting
Name | Type | Nullable | Description |
---|---|---|---|
read_only | Boolean |
X |
Read only or not. |
group_permission | Object |
X |
Permission for all roles, including custom roles. See TemplateShareSetting_GroupPermission for more details. |
shared_by_me | Boolean |
X |
Shared by me or not. |
shared_by_others | Boolean |
X |
Shared by others or not. |
TemplateShareSetting_GroupPermission
Name | Type | Nullable | Description |
---|---|---|---|
admin | Boolean |
X |
Group admin has permission or not. |
manager | Boolean |
X |
Group manager has permission or not. |
member | Boolean |
X |
Group member has permission or not. |
TemplateThumbnail
Name | Type | Nullable | Description |
---|---|---|---|
original | Object |
X |
See Thumbnail for more details. |
Thumbnail
Name | Type | Nullable | Description |
---|---|---|---|
cover_50 | String |
X |
Thumbnail url with 50px width. |
cover_175 | String |
X |
Thumbnail url with 175px width. |
cover_275 | String |
X |
Thumbnail url with 275px width. |
VerifyMethod
Name | Type | Nullable | Description |
---|---|---|---|
uuid | String |
X |
UUID. |
sequence | Integer |
X |
Verify sequence. |
verify_type | String |
X |
verify type. enum: email and sms . |
verify_source | String |
X |
verify source. |
occasion | String |
X |
verify occasion. enum: sign and read . |
WatermarkInfo
Name | Type | Nullable | Description |
---|---|---|---|
watermark_id | Integer |
X |
Watermark ID. |
name | String |
X |
Watermark name. |
status | String |
X |
Watermark status. enum: active and deactivated . |