To support the bottom volume plot (which is there to give an indication of where in a time-series there is data available.
there are two possible options:
1) supply the sum of data for all sensors for the participant (acceptable)
2) provide the sum of data for the selected sensors on the dashboard (desirable but would be more complex i.e. probably requires caching the combinations of all different data sources)
In any case from the REST-API standpoint:
The received messages data should return a count of data points, so they should be whole numbers not decimals.
To support the bottom volume plot (which is there to give an indication of where in a time-series there is data available.
there are two possible options: 1) supply the sum of data for all sensors for the participant (acceptable) 2) provide the sum of data for the selected sensors on the dashboard (desirable but would be more complex i.e. probably requires caching the combinations of all different data sources)
In any case from the REST-API standpoint:
The received messages data should return a count of data points, so they should be whole numbers not decimals.
@blootsvoets this is available from the streams apps presently but not exposed via REST-api?