fields argument for data/timeseries endpoint
The /data/timeseries endpoint retruns always 5 columns: datetime,value,flags,version,timeseries_id
Timeseries_id is already part of the metadata, flag and version might be of minor interest for a number of usecases.
A fields argument could allow the user to only retrieve the required columns
The advantage would be a faster data transfer.