You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BulkSendJobGetResponseSignatureRequests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
|`original_title`|```str```| Default Label for account. ||
13
13
|`subject`|```str```| The subject in the email that was initially sent to the signers. ||
14
14
|`message`|```str```| The custom message in the email that was initially sent to the signers. ||
15
-
|`metadata`|```object```| The metadata attached to the signature request. ||
15
+
|`metadata`|```Dict[str, object]```| The metadata attached to the signature request. ||
16
16
|`created_at`|```int```| Time the signature request was created. ||
17
17
|`expires_at`|```int```| The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. ||
18
18
|`is_complete`|```bool```| Whether or not the SignatureRequest has been fully executed by all signers. ||
|`transmissions`<sup>*_required_</sup> |[```List[FaxResponseTransmission]```](FaxResponseTransmission.md)| Fax Transmissions List ||
16
+
|`subject`|```str```| Fax Subject ||
17
+
|`message`|```str```| Fax Message ||
18
+
|`final_copy_uri`|```str```| The path where the completed document can be downloaded ||
18
19
19
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/SignatureRequestResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
|`original_title`|```str```| Default Label for account. ||
13
13
|`subject`|```str```| The subject in the email that was initially sent to the signers. ||
14
14
|`message`|```str```| The custom message in the email that was initially sent to the signers. ||
15
-
|`metadata`|```object```| The metadata attached to the signature request. ||
15
+
|`metadata`|```Dict[str, object]```| The metadata attached to the signature request. ||
16
16
|`created_at`|```int```| Time the signature request was created. ||
17
17
|`expires_at`|```int```| The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. ||
18
18
|`is_complete`|```bool```| Whether or not the SignatureRequest has been fully executed by all signers. ||
|`type`|```str```| An input field for initials |[default to 'initials']|
9
9
|`value`|```str```| The value of the form field. ||
10
+
|`is_signed`|```bool```| This field contains the boolean true if the field is signed. ||
10
11
11
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|`type`|```str```| A signature input field |[default to 'signature']|
9
9
|`value`|```str```| The value of the form field. ||
10
+
|`is_signed`|```bool```| This field contains the boolean true if the field is signed. ||
10
11
11
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/TemplateResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
|`is_creator`|```bool```|`true` if you are the owner of this template, `false` if it's been shared with you by a team member. ||
14
14
|`can_edit`|```bool```| Indicates whether edit rights have been granted to you by the owner (always `true` if that's you). ||
15
15
|`is_locked`|```bool```| Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. ||
16
-
|`metadata`|```object```| The metadata attached to the template. ||
16
+
|`metadata`|```Dict[str, object]```| The metadata attached to the template. ||
17
17
|`signer_roles`|[```List[TemplateResponseSignerRole]```](TemplateResponseSignerRole.md)| An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. ||
18
18
|`cc_roles`|[```List[TemplateResponseCCRole]```](TemplateResponseCCRole.md)| An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. ||
19
19
|`documents`|[```List[TemplateResponseDocument]```](TemplateResponseDocument.md)| An array describing each document associated with this Template. Includes form field data for each document. ||
0 commit comments