Multiple API calls on Thingworx and handling the response
Hello Team,
I have one requirement in which I have to select multiple rows in grid. I have to make API calls by passing id in post call. I have used the for loop to make API calls one by one for 1000 rows. Is there any optimize way in which I can make API calls for almost 1000 rows. I have called async service inside wrapper service but its difficult to handle response in async service for 1000 API calls. Please suggest the optimize way possible.

