@michoel Thanks for your reply. I used SuiteQl queries for fetch entity records with multiple ids i.e (select * from table where in )In condition at a time instead multiple apis calls. We can do this also APIs but it requires single call for single id. Is there any better way either mutlipe Api calls at a time to get content response or how much safe to use SuiteQL queries in this apporach? Please let me know advantage and disadvantages of SuiteQL if we have.