Multiple JSON queries via RestAPI

Hi all,

I am trying to building up a data sources and retrieve data from RESTAPI. I installed the “JSON API” component in my Grafana instance.

It it possible I can run multiple queries, like the example below,

  • first JSON get the list of customer ID, name
  • second JSON get the list of address
  • second JSON get the details of customer based on the ID and address from 1st and 2nd queries

Thank you