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
**InvitedAccounts** | [**List<AccountResponse>**](AccountResponse.md) | A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in `GET /account`. | [optional]
11
+
**InvitedEmails** | **List<string>** | A list of email addresses that have an outstanding invitation to join your Team and do not yet have a Dropbox Sign account. | [optional]
11
12
12
13
[[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
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
17
17
**SignerRoles** | [**List<TemplateResponseSignerRole>**](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional]
18
18
**CcRoles** | [**List<TemplateResponseCCRole>**](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | [optional]
19
19
**Documents** | [**List<TemplateResponseDocument>**](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | [optional]
20
-
**CustomFields** | [**List<TemplateResponseCustomField>**](TemplateResponseCustomField.md) | An array of Custom Field objects. | [optional]
21
-
**NamedFormFields** | [**List<TemplateResponseNamedFormField>**](TemplateResponseNamedFormField.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional]
20
+
**CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional]
21
+
**NamedFormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional]
22
22
**Accounts** | [**List<TemplateResponseAccount>**](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | [optional]
23
23
24
24
[[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/TemplateResponseDocument.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
**Name** | **string** | Name of the associated file. | [optional]
8
8
**Index** | **int** | Document ordering, the lowest index is displayed first and the highest last (0-based indexing). | [optional]
9
9
**FieldGroups** | [**List<TemplateResponseDocumentFieldGroup>**](TemplateResponseDocumentFieldGroup.md) | An array of Form Field Group objects. | [optional]
10
-
**FormFields** | [**List<TemplateResponseDocumentFormField>**](TemplateResponseDocumentFormField.md) | An array of Form Field objects containing the name and type of each named textbox and checkmark field. | [optional]
11
-
**CustomFields** | [**List<TemplateResponseDocumentCustomField>**](TemplateResponseDocumentCustomField.md) | An array of Document Custom Field objects. | [optional]
12
-
**StaticFields** | [**List<TemplateResponseDocumentStaticField>**](TemplateResponseDocumentStaticField.md) | An array describing static overlay fields. <b>Note</b> only available for certain subscriptions. | [optional]
10
+
**FormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | An array of Form Field objects containing the name and type of each named field. | [optional]
11
+
**CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | An array of Form Field objects containing the name and type of each named field. | [optional]
12
+
**StaticFields** | [**List<TemplateResponseDocumentStaticFieldBase>**](TemplateResponseDocumentStaticFieldBase.md) | An array describing static overlay fields. **Note** only available for certain subscriptions. | [optional]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**IsMultiline** | **bool?** | Whether this form field is multiline text. | [optional]
19
-
**OriginalFontSize** | **int?** | Original font size used in this form field's text. | [optional]
20
-
**FontFamily** | **string** | Font family used in this form field's text. | [optional]
18
+
**FontSize** | **int** | Final font size used by this form field. | [optional]
21
19
22
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)
**IsMultiline** | **bool?** | Whether this form field is multiline text. | [optional]
18
-
**OriginalFontSize** | **int?** | Original font size used in this form field's text. | [optional]
19
-
**FontFamily** | **string** | Font family used in this form field's text. | [optional]
17
+
**FontSize** | **int** | Final font size used by this form field. | [optional]
18
+
**Type** | **string** | The type of this Custom Field. Only `text` and `checkbox` are currently supported.<br><br>* Text uses `TemplateResponseDocumentCustomFieldText`<br>* Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | [default to "checkbox"]
20
19
21
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)
0 commit comments