DraftTaskLinks
Retrieve and modify draft 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 DraftTaskLinks WHERE ProjectId = '99a38309-dc1d-eb11-bf8a-00155d9c6312'
Columns
| Name | Type | ReadOnly | References | Required | Description |
| Id [KEY] | String | False | False | ||
| DependencyType | Int | False | False | ||
| EndId | String | False | False | ||
| LinkLagDuration | String | False | False | ||
| PredecessorTaskId | String | False | False | ||
| StartId | String | False | False | ||
| SuccessorTaskId | String | False | False | ||
| End_Id | String | True | False | ||
| Start_Id | String | True | False | ||
| LinkedEnd | String | False | False | ||
| LinkedStart | String | False | False | ||
| ProjectId [KEY] | String | True | False |
Id of the parent. This column only supports equality (=) and IN filters. |