Changelog
The changelog lists all new features, resolved issues, and known issues of Cloud API in chronological order.
Group
Breaking changes only
2023.01.01
TimeSeries
Meta
Breaking changes
Version
2023-01-01
New version
New version 2023-01-01 contains breaking changes and new features.
Breaking changes
- New base url is changed to: https://api.scaleaq.com
- New authentication scheme: see Authentication guide for more details.
- New versioning scheme: see Versioning guide for more details.
- Operation URLs changes:
- Get company:
/api/organisation/company→/meta/company - Get site:
/api/organisation/sites/:siteId→/meta/sites/:siteId - Get raw data:
/api/production/iot/get→/time-series/retrieve - Get available data types:
/api/production/aggregate/get-available-data-types→/time-series/retrieve/data-types - Get unit aggregates:
/api/production/aggregate/get/unit→/time-series/retrieve/units/aggregate - Get silo aggregates:
/api/production/aggregate/get/silo→/time-series/retrieve/silos/aggregate
- Get company:
Upgrade to 2023-01-01
- Requests must include
Scale-Versionheader with value2023-01-01. - Switch to new API operation URLs
- Use the new authentication method.
Unversioned
If you're using the legacy API (without a version), it will continue to work for now but will not be documented. Please upgrade to the latest version.