Relationship REST Endpoints

Relationship
Use the Relationship service to create, view, update, and delete 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.
Batch Create Activity Relationships
Method: post
Path: /primeapi/restapi/relationship/batch
Batch Delete Activity Relationships
Method: delete
Path: /primeapi/restapi/relationship/batch
Batch Update Activity Relationships
Method: put
Path: /primeapi/restapi/relationship/batch
Create an Activity Relationship
Method: post
Path: /primeapi/restapi/relationship
Delete an Activity Relationship
Method: delete
Path: /primeapi/restapi/relationship/{id}
Update an activity relationship
Method: put
Path: /primeapi/restapi/relationship
View all Relationships Associated to an Activity
Method: get
Path: /primeapi/restapi/relationship/activityId/{id}
View an Activity Relationship
Method: get
Path: /primeapi/restapi/relationship/{id}