I am very new to working with APIs and I am not at all a programmer. That said, I am trying!
What I need to do is format a URL from my previous querys response, and its working, but I have formatting issues.
Query A is returning a list of ids like this:
“resources”: [
“8cdf5f894f59da04e15”,
“fa79f22a729d239f288a3be0”,
“74d6301c15314ec2da473”,
“e33e5bb3fba859e8e”,
“01814d238c01832d5fa11”,
“113b8890”,
“98cc69e304cc4139f760”,
…
],
“errors”:
}
What I need to do is pass the resources to the URL for my next query like:
What is happening is this:
Can anyone point me in the right direction here? I am lost!
Thanks