Hi, my situation is like this: I request all objects from an API where every object has an Id. Now I need to make API requests for every one of this Ids where the Id is a parameter in my GET URL.
Is this possible somehow?
Thank you and best regards