TaskLinks
Retrieve and modify task links.
Table Specific Information
To query this table, the ProjectId must be specified either in the query's WHERE clause criteria or via the ProjectId connection property.
SELECT * FROM TaskLinks WHERE ProjectId = '99a38309-dc1d-eb11-bf8a-00155d9c6312'
Columns
Name | Type | ReadOnly | References | Required | Description |
Id [KEY] | String | True | False | ||
DependencyType | Int | False | False | ||
EndId | String | False | False | ||
LinkLagDuration | String | False | False | ||
StartId | String | False | False | ||
LinkedEnd | String | False | False | ||
LinkedStart | String | False | False | ||
ProjectId [KEY] | String | True | False |
Id of the parent. | |
PredecessorTaskId | String | True | False |
Id of the preceding task. | |
SuccessorTaskId | String | True | False |
Id of the succeeding task. |