You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jirikadlec2[CodePlex] In Web Services - REST Service Test when I set the startDate and I don't set the EndDate, I get all of the data values for the site and variable. I have the same problem when I set the endDate but don't set the startDate.
Correct behaviour should be:
If I set only startDate: Return all values after the startDate
If I set only endDate: Return all values before the endDate
This problem is in the GetValues and in the GetValuesObject methods.
The text was updated successfully, but these errors were encountered:
xenomorph1030[CodePlex] Right now in the code, it will only use the startDate and endDate if both are supplied. If only one, it ignores it. I agree with your suggestion on what the correct behavior should be.
jirikadlec2[CodePlex]
In Web Services - REST Service Test when I set the startDate and I don't set the EndDate, I get all of the data values for the site and variable. I have the same problem when I set the endDate but don't set the startDate.
Correct behaviour should be:
If I set only startDate: Return all values after the startDate
If I set only endDate: Return all values before the endDate
This problem is in the GetValues and in the GetValuesObject methods.
The text was updated successfully, but these errors were encountered: