Relationships REST Endpoints
Business Objects/Items/Relationships
The operations from the Business Objects/Items/Relationships category.
- Create a Relationship
- Method: postPath:
/items/{itemGid}/relationships - Delete a Relationship
- Method: deletePath:
/items/{itemGid}/relationships/{itemGid} - Get a Relationship
- Method: getPath:
/items/{itemGid}/relationships/{itemGid} - Get Relationships
- Method: getPath:
/items/{itemGid}/relationships - Update a Relationship
- Method: patchPath:
/items/{itemGid}/relationships/{itemGid} - Update Relationships
- Method: patchPath:
/items/{itemGid}/relationships