GetProjectTasksList()
Returns a list of project tasks that satisfy the given filter parameters.
|
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. | |
taskTypeLinkIds | Integer[] | Y | The task type link ID of the task type. The task type link id will go across versions of the task type. | |
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 |
---|---|---|
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>