DeltaShare REST Endpoints
DeltaShare
The operations from the DeltaShare category.
- Create a Delta Share
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares - Create a Delta Share recipient
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients - Delete a Delta Share
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Delete a recipient
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Get a list of Delta Share access for a recipient
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/shares - Get a list of Delta Share access for a recipient
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/permissions - Get a list of Delta Share recipients
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients - Get a list of Delta Shares
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares - Get a list of recipients specific to a Delta Share
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/recipients - Get Delta Share details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Get Delta Share recipient details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Get list of Delta Share recipient permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/permissions - Gets a list of Delta Share assets
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/dataAssets - Update a Delta Share
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey} - Update a Delta Share recipient
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey} - Update consumer-side access on a share for a recipient
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/manageAccess - Update Delta Share permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/managePermission - Update recipient permissions
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/recipients/{recipientKey}/actions/managePermission - Updates Delta Share data assets
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/shares/{shareKey}/actions/manageDataAsset