The ProjectFormTasksListInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| TaskID | string | 20 | The unique ID of the task. | |
| TaskParentID | string | 20 | ||
| FormID | string | The unique ID of the form. | ||
| ParentTypeID | integer | |||
| LastModified | DateTime | The date that the task was last modified. | ||
| Description | string | 100 | The description of the task. | |
| IssuedDate | DateTime | The date the task was issued / created. | ||
| TargetDate | DateTime | The date the task should be closed by. | ||
| Cost | double | The cost this task incurred. | ||
| Resolution | string | 1000 | A comment on how the task was resolved. | |
| GPSLatitude | decimal | Y | The GPS latitude of the mobile device user when they fill out this question in the form. | |
| GPSLongitude | decimal | Y | The GPS longitude of the mobile device user when they fill out this question in the form. | |
| Location | string | 100 | The location where the task was raised. | |
| Status | string | 100 | The current status of the task. | |
| StatusColour | string | 50 | The status colour of the task. | |
| StatusDate | DateTime | The date when the task was changed to this status. | ||
| Complete | boolean | Whether the task has been completed. | ||
| Closed | boolean | Whether the task has been closed. | ||
| IssuedToOrganisation | string | 100 | The organisation name the task is issued to. | |
| IssuedByOrganisation | string | 100 | The name of the organisation that issued the task. | |
| IssuedByUser | string | 100 | The name of the person that issued the task. | |
| IssuedByOrganisationType | string | 100 | The organisation type that issued the task. | |
| OverDue | boolean | Y | Whether the Task is overdue. | |
| Deleted | boolean | Whether the Task has been deleted. |