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
According to Redash documentation it shouldn't work, the only way I could make it work is using a request like this:
curl -XPOST -H "Authorization: Key PERSONAL_API_KEY" -d '{"parameters":{"YEAR":"2020"}}' https://redash.hasadna.org.il/api/queries/1132/results
where PERSONAL_API_KEY is your user api key, not the query api key (you can get it from your profile image > edit profile)
Need to research this and find out why it worked in old redash and doesn't work in new redash..
The text was updated successfully, but these errors were encountered:
OriHoch
No branches or pull requests
reproduction steps
expected
actual
notes
According to Redash documentation it shouldn't work, the only way I could make it work is using a request like this:
where PERSONAL_API_KEY is your user api key, not the query api key (you can get it from your profile image > edit profile)
Need to research this and find out why it worked in old redash and doesn't work in new redash..
The text was updated successfully, but these errors were encountered: