GetProjectTasksList()

Returns a list of project tasks that satisfy the given filter parameters.

Note: This function only returns standard tasks, and not process tasks, regardless of the task type link id filter parameters.
  • Quota: 10
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
projectIdintegerYThe unique ID of the project.
taskTypeLinkIds Integer[]YThe task type link ID of the task type. The task type link id will go across versions of the task type.
createdDateFrom DateTimeThe created date from, tasks to retrieve.
createdDateToDateTimeThe created date to, tasks to retrieve.
statusChangedDateFromDateTimeThe status changed date from, tasks to retrieve.
statusChangedDateToDateTimeThe 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
ProjectTasksListInformation ProjectTasksListInformation Project tasks list information structure.
   <ProjectTasksListResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ProjectTasksListInformation>
           <TaskID></TaskID>
           <TaskTypeLinkID></TaskTypeLinkID>
           <Location></Location>
           <Description></Description>
           <Status></Status>
           <StatusColour></StatusColour>
           <StatusDate></StatusDate>
           <IssuedDate></IssuedDate>
           <TaskType></TaskType>
           <IssuedToPackageID></IssuedToPackageID>
           <IssuedToPackage></IssuedToPackage>
           <IssuedToOrganisation></IssuedToOrganisation>
           <TargetDate></TargetDate>
           <IssuedByUser></IssuedByUser>
           <IssuedByOrganisation></IssuedByOrganisation>
           <IssuedByOrganisationType></IssuedByOrganisationType>
           <Priority></Priority>
           <Cause></Cause>
           <CausedByOrganisation></CausedByOrganisation>
           <ActualStartDate></ActualStartDate>
           <ActualFinishDate></ActualFinishDate>
           <Cost></Cost>
           <OverDue></OverDue>
           <Complete></Complete>
           <Closed></Closed>
           <Resolution></Resolution>
           <LastModified></LastModified>
           <Score></Score>
           <GPSLatitude></GPSLatitude>
           <GPSLongitude></GPSLongitude>
           <PercentageComplete></PercentageComplete>
           <PlannedStartDate></PlannedStartDate>
           <FormId></FormId>
           <Deleted></Deleted>
           <LastModifiedOnServer></LastModifiedOnServer>
       </ProjectTasksListInformation>
   </ProjectTasksListResponse>