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