This release introduces new API capabilities that make it easier to review workspace users and modify projections by adding or removing products directly. We’ve also improved model copies to ensure they retain the appropriate data table references within projection templates.
We fixed several issues to improve stability and ensure more reliable API responses.
API Enhancements
New User Access API
A new API endpoint is now available to review user access within a workspace. This endpoint returns a list of all active users in the workspace, along with their roles. (see /api/v1/Users)
Add Products to Projections via API
You can now add new products directly to a portfolio within a projection using a dedicated API endpoint. This simplifies workflow automation and reduces manual configuration. (see /api/v1/Projections/Portfolios/{portfolioId}/Products)
Remove Products from Projections
A new API endpoint allows you to remove products from projections with ease. This gives you greater control when adjusting the portfolio configuration in a projection. (see /api/v1/Projections/Portfolios/Products/{productId})
Expanded Projection Details for Better Data Visibility
We’ve enhanced the projection details endpoint to include product output grouping information. This provides greater transparency into how results are organized, making it easier to interpret and work with projection outputs. (see /api/v1/Projections/{projectionId})
Enhancements
Improved Model Copy Behavior for Referenced Data
Model copies now include referenced data tables, even when they are not the latest version, if they are being used by a projection template. This ensures greater consistency and reliability when working with model copies that have projection templates with historical table configurations.
Fixes
- Addressed an intermittent out-of-memory issue during final product aggregation, resulting in more stable processing.
- Fixed an error where PATCH endpoint requests for data tables and projections could fail when a data table ID was missing, improving API reliability.
- Corrected an issue where projection virtual folders did not display full paths in the PATCH projection endpoint response, making navigation clearer and more intuitive.
