ProjectFormsListInformation
The ProjectFormsListInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| FormID | string | 20 | The unique ID of the form. | |
| FormTemplateLinkID | integer | The form template link ID of the form template. The form template link id will go across versions of the form template. | ||
| Deleted | boolean | Whether the form was deleted or not. | ||
| FormType | string | 100 | The type of form. | |
| FormName | string | 200 | The name of the form. | |
| FormTitle | string | 4000 | The title of the form. | |
| CreatedDate | DateTime | The date the form was created. | ||
| OwnedBy | string | 100 | The name of the person that owns the form. | |
| OwnedByOrganisation | string | 100 | The name of the organisation that owns the form. | |
| IssuedToOrganisation | string | 100 | The organisation name the form is issued to. | |
| Status | string | 100 | The current status of the form. | |
| StatusColour | string | 50 | The status colour of the form. | |
| StatusDate | DateTime | The date when the form was changed to this status. | ||
| Location | string | 100 | The location where the form was raised. | |
| OpenTasks | integer | The count of tasks that were raised in the form that are still open. | ||
| ClosedTasks | integer | The count of tasks that were raised in the form that are closed. | ||
| FormExpiryDate | DateTime | Y | The date where the validity of the form expires. | |
| OverDue | boolean | Are there any outstanding contributions that have not being completed by the requested date. | ||
| Complete | boolean | Has the form been completed. | ||
| Closed | boolean | Has the form been closed. | ||
| ParentFormID | string | 20 | Y | The parent form ID that created this form, as a result of a action to an answer of a question in the parent form. |
| LastModified | DateTime | The date that the form header was last modified, that is, the columns described in this section. The last modified does not update when the form's contents changes. | ||
| LastModifiedOnServer | DateTime | When the form was synced to the server from either web or mobile. | ||
| FormTemplateID | integer | The unique ID of the form template. |