Activity Relationship REST Endpoints

Activity Relationship
Use the Activity Relationship service to create, view, update, and delete activity relationships. Relationships define how an activity relates to the start or finish of another activity and indicate whether activities must be completed sequentially or can be done in parallel. Update Keys : 'relationshipId'
Batch Create Activity Relationships
Method: post
Path: /api/restapi/relationship/batch
Batch Delete Activity Relationships
Method: delete
Path: /api/restapi/relationship/batch
Batch Sync Activity Relationships
Method: post
Path: /api/restapi/relationship/syncBatch
Batch Update Activity Relationships
Method: put
Path: /api/restapi/relationship/batch
Create an Activity Relationship
Method: post
Path: /api/restapi/relationship
Delete an Activity Relationship
Method: delete
Path: /api/restapi/relationship/{relationshipId}
Update an Activity Relationship
Method: put
Path: /api/restapi/relationship
View all Activity Relationships Associated to an Activity
Method: get
Path: /api/restapi/relationship/activityId/{activityId}
View all Activity Relationships by Parent
Method: get
Path: /api/restapi/relationship/activityRelationshipCode
View all Project Relationships by Parent
Method: get
Path: /api/restapi/relationship/projectRelationshipCode
View an Activity Relationship
Method: get
Path: /api/restapi/relationship/{relationshipId}
View Relationships by Baseline
Method: get
Path: /api/restapi/relationship/baseline/data