Workspace REST Endpoints
Workspace
The operations from the Workspace category.
- Create a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces - Creates a git folder in the workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/gitFolders - Delete a workspace
- Method: deletePath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Get a list of create workspace permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/createWorkspacePermissions - Get a list of workspace permissions
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/permissions - Get a list of workspaces
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces - Get workspace details
- Method: getPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Update a workspace
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey} - Update create workspace permissions on a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/actions/manageCreateWorkspacePermission - Update permissions on a workspace
- Method: postPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/actions/managePermission - Update workspace status
- Method: putPath:
/20260430/aiDataPlatforms/{aiDataPlatformId}/workspaces/{workspaceKey}/asyncOperations/{asyncOperationKey}/status