Context
Change Type: API change
Product area: Platform services
Component: REST API
Deployed at: eu.latest.cumulocity.com, apj.cumulocity.com, jp.cumulocity.com, cumulocity.com, us.cumulocity.com, emea.cumulocity.com
Technical details
Build artifact: cumulocity (2025.283.0)
Internal ID: MTM-64077
Description
The default value of the revert
parameter for time series measurements has been changed to true
.
As a result, time series measurements are sorted from newest to oldest by default.
This change affects the following API endpoints:
GET /measurement/measurements
GET /measurement/measurements/series
If you require results in ascending order, you must explicitly set the revert
parameter to false
in your queries.
The default value for legacy measurements remains false
.