What product/components do you use and which version/fix level?
cumulocity
Are you using a free trial or a product with a customer license?
Customer license
What are trying to achieve? Please describe in detail.
I am using the MeasurementRepresentation to fetch measurements between two dates. I have set the filter with measurement type, start and end dates. But I am getting records only for 7 days backwards from the end date supplied in the filter. Is there a way to fetch the records anywhere from the start date supplied.For example if i supply a start date with year 1970, then I should be getting the records from the first available date after 1970. Anyone please help.
Do you get any error messages? Please provide a full error message screenshot and log file.
Yes, correct. I am using the sdk representaion where I have used RevertQueryParameter=true. I have changed it to false. Now its fetching in dates ascending.