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: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships - Get one attachment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID} - Remove one attachment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID} - Update one attachment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships/{RelationshipsUniqID} - Upload one attachment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}/child/Relationships