Relationships REST Endpoints

Product Lifecycle Management/Quality Actions/Relationships
The Relationships resource manages the objects related to a quality action. The objects reference a quality issue, an item, or other objects.
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID}
Remove one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID}
Update one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID}
Upload one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships