Property | Description | Returns |
---|---|---|
hateoasLinks | Get the HATEOAS links for the record | array |
showUrl | Get the url for exporting a pdf for the record. | string |
deleteUrl | Get the url for deleting the record. | string |
id | int | |
token | string | |
completed | DateTime | |
created | Date the record was created. | DateTime |
modified | Last modification date for the record. | DateTime |
site | Site | |
revision | FormRevision | |
form | Form | |
createdBy | User | |
modifiedBy | User | |
stepSubmissions | Collection (StepSubmission) | |
elementSubmissions | Collection (ElementSubmission) | |
data | Gets data by key => value for every submitted element of this form. Value could be either a string or an array. | array |
Forms\Models\Api\FormSubmission
FormSubmission