Relationship REST Endpoints

Relationship

A relationship defines how an activity relates to the start or finish of another activity or assignment. Add relationships between activities to create a path through your schedule from the first activity to the last activity. These relationships, which form the logic of the project network, are used together with activity durations to determine schedule dates. An activity can have as many relationships as necessary to model the work that must be done. You can also identify relationships between activities that are in different projects; this type of relationship is referred to as an external relationship.

Create Relationship
Method: post
Path: /relationship
Delete Relationship
Method: delete
Path: /relationship
Read Relationship
Method: get
Path: /relationship
Update Relationship
Method: put
Path: /relationship
View Relationship Field Length
Method: get
Path: /relationship/getFieldLength/{fieldName}
View Relationship fields
Method: get
Path: /relationship/fields