Subquery using json datasource #900
Unanswered
gabchx
asked this question in
Specific APIs
Replies: 1 comment
-
Infinity doesn't have a concept called subquery. instead what you can do is create a variable to return the cat ids and then use it with infinity pagination feature. (note: infinity pagination is limited to max 5 requests at the moment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for the project, I was an early adopter and it has always serve my needs way better than anything else.
I take time to come to you today for asking a question about SUB HTTP query.
I wanted to know if there was a way to query a data-source using result from another query.
Let me give an example.
Let say our json rest api has an endpoint to get a list of cats born on a given time range each with it's cat_id.
A other endpoint has the color of a cat given it's cat_id
How can I successful manage to get all cats and their colors for a given time rang (${__from}, ${__to})?
Beta Was this translation helpful? Give feedback.
All reactions