# HelloSign::SignatureRequestResponseData An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `api_id` | ```String``` | The unique ID for this field. | | | `signature_id` | ```String``` | The ID of the signature to which this response is linked. | | | `name` | ```String``` | The name of the form field. | | | `required` | ```Boolean``` | A boolean value denoting if this field is required. | | | `type` | ```String``` | | |