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
{{ message }}
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
Ona's API specifies that it has a dataview functionality where you can query for specific data. Unfortunately, it does not work. I've tried POSTing a new data view and also viewing the dataviews via GET both on the whitelisted server via curl as well as
We would ideally want to use this rather than the data.json endpoint, because we do not want to fetch all of the data every time.
When trying to post to the http://<url>/api/v1/dataviews endpoint, I get an access denied from Postman on my laptop with at Forbidden CSRF message. So, I know the staging server is whitelisted in the Ona instance, so I tried to post a data view via curl up there.
Then, I get no response via CURL. When doing a GET request on that endpoint, I should be getting a list of all of the dataviews. I also get no response there.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ona's API specifies that it has a dataview functionality where you can query for specific data. Unfortunately, it does not work. I've tried POSTing a new data view and also viewing the dataviews via GET both on the whitelisted server via curl as well as
https://api.ona.io/static/docs/dataviews.html
We would ideally want to use this rather than the
data.json
endpoint, because we do not want to fetch all of the data every time.When trying to post to the
http://<url>/api/v1/dataviews
endpoint, I get an access denied from Postman on my laptop with at Forbidden CSRF message. So, I know the staging server is whitelisted in the Ona instance, so I tried to post a data view via curl up there.Then, I get no response via CURL. When doing a GET request on that endpoint, I should be getting a list of all of the dataviews. I also get no response there.
The text was updated successfully, but these errors were encountered: