GetProjectFormTasksList()
Returns a list of project form tasks that satisfy the given filter parameters. Note that this function only returns form tasks, not process or standard tasks.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectId | integer | Y | The unique ID of the project. | |
createdDateFrom | DateTime | The created date from, tasks to retrieve. | ||
createdDateTo | DateTime | The created date to, tasks to retrieve. | ||
statusChangedDateFrom | DateTime | The status changed date from, tasks to retrieve. | ||
statusChangedDateTo | DateTime | The status changed date to, tasks to retrieve. | ||
lastmodifiedDateFrom | DateTime | The last modified date from, tasks to retrieve. | ||
lastmodifiedDateTo | DateTime | The last modified date to, tasks to retrieve. | ||
includeDeleted | boolean | Specify whether to include deleted Tasks in the response. | ||
lastmodifiedOnServerDateFrom | DateTime | Beginning date of when the task was last modified on the web or synced to the server from mobile. | ||
lastmodifiedOnServerDateTo | DateTime | End date of when the task was last modified on the web or synced to the server from mobile. | ||
Note: At least one date range is required and none may be greater than 3 months. If you provide more than one date range in the same call, the system returns only results that meet both ranges, thereby potentially narrowing your results.
|
Field | Type | Description |
---|---|---|
ProjectFormsTaskListInformation | ProjectFormTasksListInformation | Project forms list information structure. |
<ProjectFormTasksListResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectFormTasksListInformation>
<TaskID></TaskID>
<ParentTypeID></ParentTypeID>
<TaskParentID></TaskParentID>
<FormID></FormID>
<LastModified></LastModified>
<Description></Description>
<IssuedDate></IssuedDate>
<TargetDate></TargetDate>
<Cost></Cost>
<GPSLatitude></GPSLatitude>
<GPSLongitude></GPSLongitude>
<Location></Location>
<Status></Status>
<StatusColour></StatusColour>
<StatusDate></StatusDate>
<Complete></Complete>
<Closed></Closed>
<IssuedToOrganisation></IssuedToOrganisation>
<IssuedByOrganisation></IssuedByOrganisation>
<IssuedByUser></IssuedByUser>
<IssuedByOrganisationType></IssuedByOrganisationType>
<OverDue></OverDue>
<Deleted></Deleted>
<LastModifiedOnServer></LastModifiedOnServer>
</ProjectFormTasksListInformation>
</ProjectFormTasksListResponse>