Nodejs - How to query a result with a parameter. This seems weirdly too difficult #7056
Unanswered
btcbobbington
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
Im trying to get the results from this query: https://data.hubs.neynar.com/queries/779/source?p_fid_list=2904&p_interval_days=7 but I either get 500 internal error or no cached results.
I have tried GET and POST and many varying ways to add in the parameters. I even tried the https://app.redash.io/api/queries/799/results endpoint.
If this is completely noobie or I am missing some blatently obvious then people forgive me. But this is what I want to do:
make a request in nodejs to the query and pass in the required parameters (which will change per user) and return the results as json.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions