Very new to Postman and APIs so I apologize if the wording of the question is confusing or even incorrect.
I have two variables under Path Variables called projectID and scenarioID and these get passed to the API and I get some project information associated with those aforementioned IDs. The problem is, I have a bunch of projectIDs and scenarioIDs that I need to get information for. How do I loop through the list of projects to get this? Is it even possible?
Finally, Postman uses JavaScript under the hood, If you are going to be scripting, I would also recommend learning some JavaScript basics. WC3 schools is a good place to start.