Changelog
This document serves as the changelog for API versioning, detailing the updates, enhancements, and modifications introduced in the latest version to ensure developers have the necessary information for seamless integration.
2024-03-21
Added:
- Added a new
/projectsendpoint for getting a list of Projects - Added a new
/projects/{id}/workflowsendpoint for getting a list of Workflows for a given Project ID
2025-07-08
Added:
- Added a new
/registry/projectsendpoint for getting and creating SIMCA projects in the SIMCA Project Registry - Added a new
/registry/projects/{entityId}endpoint for getting and creating a new version of a SIMCA project - Added a new
/registry/projects/{entityId}/{versionId}/downloadendpoint for downloading a project from the registry
2026-02-19
Added:
- Added a new
/registry/folderendpoint for getting the folder structure in Umetrics Registry
2026-04-02
New release with the following changes:
- Removed the deprecated
/infoendpoint.
2026-08-28
- Removed
/registry/folderendpoint which never should have been added in the first place
2026-09-14
New release with the following changes:
Added:
- Added
/assets,/assets/{id}and/assets/{id}/descendantsendpoints for browsing the asset hierarchy - Added
/workflowsfor creating a workflow, and/workflows/{assetId}/functions/importfor importing functions into one - Added
/workflows/{workflowId}for reading and replacing a workflow's graph, and/workflows/{workflowId}/{graphId}for reading a single version of it - Added
/workflows/{workflowId}/{graphId}/runfor starting a run, and/workflows/{workflowId}/runsand/workflows/{workflowId}/runs/{executionId}for following it - Added
/files,/files/{fileId},/files/{fileId}/versionsand/files/{fileId}/versions/{versionId}for uploading and downloading files - Added
/datasets/{datasetId},/datasets/{datasetId}/versionsand/datasets/{datasetId}/versions/{versionId}for downloading datasets - Added
/functions,/functions/{id},/functions/{id}/versionsand/functions/{id}/versions/{versionId}/exportfor managing functions - Added
/codespacesand/codespaces/{id}for managing codespaces