Relationships REST Endpoints

Business Objects/Items/Relationships
The operations from the Business Objects/Items/Relationships category.
Create a Relationship
Method: post
Path: /items/{itemGid}/relationships
Delete a Relationship
Method: delete
Path: /items/{itemGid}/relationships/{itemGid}
Get a Relationship
Method: get
Path: /items/{itemGid}/relationships/{itemGid}
Get Relationships
Method: get
Path: /items/{itemGid}/relationships
Update a Relationship
Method: patch
Path: /items/{itemGid}/relationships/{itemGid}
Update Relationships
Method: patch
Path: /items/{itemGid}/relationships