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. |
template_cost | Integer | Monetary value of the form's template in cents. |
template_instruction_pages | Integer | Number of instruction pages in the form's template. |
template_id | Integer | Unique ID of the form's template. |
template_name | Integer | Name of the form's template. |
template_orientation | String | Orientation of the form's template. |
annexure_template_ids | Array | An array of template ID's annexured to the form |
annexure_pdf_ids | Array | An array of pdf ID's annexured to the form |
values.* | Integer | Values contained in the template. |