I am using com api and I want to get all object properties of items in a view. I have managed to pull all the objects from the view. Now, the challenge is pulling each object's properties for 1000s of records makes it slow, so I want to pull for multiple objects and once, so that I can allow the user to choose columns to view in my app.

