-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
reproduction steps
- go to a query with string parameter (https://redash.hasadna.org.il/queries/1132/source?p_YEAR=2020#table)
- click on "show api key"
- access the resulting URL to get json results
expected
- should work (works on old redash)
actual
- Doesn't work
notes
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..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels