Meanings of 'since' and 'to'

Looking at the web_api documentation in 8.6.0, I see the api/qualityprofiles/changelog function has parameters ‘since’ and ‘to’. From experimentation it appears that ‘since’ means ‘on or after’ while ‘to’ means ‘strictly before’ – i.e., “since=T1; to=T2” means any time T such that T1<=T<T2.

Would be nice for this to be in the documentation. Currently it looks like this:

For instance, the documentation for api/project_analyses/search makes this clear for the ‘to’ parameter:

Hi @MisterPi

Thanks for the suggestion. I’ve opened an improvement ticket for this: https://jira.sonarsource.com/browse/SONAR-14887

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.