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.

  • Quota: 10
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20YYour API security token configured in Field View.
projectId integerYThe unique ID of the project.
createdDateFromDateTimeThe created date from, tasks to retrieve.
createdDateToDateTimeThe created date to, tasks to retrieve.
statusChangedDateFromDateTimeThe status changed date from, tasks to retrieve.
statusChangedDateTo DateTimeThe status changed date to, tasks to retrieve.
lastmodifiedDateFromDateTimeThe last modified date from, tasks to retrieve.
lastmodifiedDateToDateTimeThe last modified date to, tasks to retrieve.
includeDeletedbooleanSpecify whether to include deleted Tasks in the response.
lastmodifiedOnServerDateFromDateTimeBeginning date of when the task was last modified on the web or synced to the server from mobile.
lastmodifiedOnServerDateToDateTimeEnd 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.
Table 2. Returns
FieldTypeDescription
ProjectFormsTaskListInformationProjectFormTasksListInformationProject 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>