We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
and returns full history. Including using proper minDate casing as it exists in the code. The following will still return starting from 2015.
minDate
curl --location --request GET 'search.idigbio.org/v2/summary/stats/search' \ --header 'Content-Type: text/plain' \ --data-raw '{"dateInterval": "month", "minDate": "2020-01-16"}'
https://github.com/iDigBio/idigbio-search-api/blob/master/src/controllers/summary.js#L212
The text was updated successfully, but these errors were encountered:
No branches or pull requests
and returns full history. Including using proper
minDate
casing as it exists in the code. The following will still return starting from 2015.https://github.com/iDigBio/idigbio-search-api/blob/master/src/controllers/summary.js#L212
The text was updated successfully, but these errors were encountered: