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: postPath:
/primeapi/restapi/relationship/batch
- Batch Delete Activity Relationships
- Method: deletePath:
/primeapi/restapi/relationship/batch
- Batch Update Activity Relationships
- Method: putPath:
/primeapi/restapi/relationship/batch
- Create an Activity Relationship
- Method: postPath:
/primeapi/restapi/relationship
- Delete an Activity Relationship
- Method: deletePath:
/primeapi/restapi/relationship/{id}
- Update an activity relationship
- Method: putPath:
/primeapi/restapi/relationship
- View all Relationships Associated to an Activity
- Method: getPath:
/primeapi/restapi/relationship/activityId/{id}
- View an Activity Relationship
- Method: getPath:
/primeapi/restapi/relationship/{id}