Form File Object
Field | Type | Description |
---|---|---|
id | Integer | Unique ID of the form. |
form_id | Integer | Unique ID of the form the file belongs to. |
user_id | Integer | Unique ID of the user that created the file. |
filename | String | Filename of the original file. |
content_type | String | Content type of the file. |
attachment | Boolean | Returns true if the file is attachable when printing. |
index | Integer | The index/order of the file |
created | Timestamp | Returns Unix timestamp of when file was created. |
updated | Timestamp | Returns Unix timestamp of when file was updated. |