id | Integer | Unique ID of the form. |
template_version_id | Integer | Unique ID of the template version of the template the form is made from. |
agency_id | Integer | Unique ID of the agency the form belongs to. |
user_id | Integer | Unique ID of the user that created the form. |
name | String | Name of the form. |
template | Boolean | Returns true if the form is a template. |
finalised | Boolean | Returns true if the form is finalised. |
private | Boolean | Returns true if the form is private. |
created | Timestamp | Returns Unix timestamp of when form was created. |
updated | Timestamp | Returns Unix timestamp of when form was updated. |
given_name | String | First name of the user who created the form. |
surname | String | Last name of the user who created the form. |
template_cost | Integer | Monetary value of the form's template in cents. |
template_id | Integer | Unique ID of the form's template. |
template_name | String | Name of the form's template. |
template_code | String | The code of the form's template. |
template_instruction_pages | Integer | The number of instruction pages the form's template contains. |