ContributionsMost RecentMost LikesSolutionsCan we use Bulk Data Api to extract seletcted Categorys data ? Hi Team, I am trying to use bulk API and extract data from the community, i need help in extracting data for only a few selected categories and not whole community data. Kindly let me know how this can be done using the bulk API? curl “https://api.lithium.com/lsi-data/v1/data/export/community/testcommunity.prod?fromDate=201409131205&toDate=201409151205" -H “client-id: safkdndkebbdkkkc” -u “eicncladjiickld:” Regards Naveen S Re: Batch Multiple queries Help Hi SuzieH Actually, I am new to this, I tried to follow the link shared but was getting confused. Can you help me with this here, in combining the above 2 queries using batching query requests? Batch Multiple queries Help Hi Team, I have the below queries, i want to run these 2 multiple calls to Community API v2 in a single request using Batch Multiple requests. Kindly help me with how to combine test 2 queries in Batch requests SELECT * FROM floated_messages WHERE message.board.id = 'VxRail' and scope = 'global' (https://www.dell.com/community/s/api/2.0/search?q=SELECT%20*%20FROM%20floated_messages%20WHERE%20message.board.id%20=%20%27VxRail%27%20and%20scope%20=%20%27global%27) SELECT * FROM messages WHERE board.id = 'vxrail' and id='8122626' (https://www.dell.com/community/s/api/2.0/search?q=SELECT%20*%20FROM%20messages%20WHERE%20board.id%20=%20%27vxrail%27%20and%20id=%278122626%27)