Fetch All Documents from a Collection
Fetch All Documents from a Collection in WorqDB
You can fetch all documents that are present in a Collection:
You need to just pass in the Collection
name from which you want to fetch all of the data and it’s done.
Try it out in the API Reference
View API Reference to Implement
Visit the API Reference to learn how to Fetch all documents in your projects. Get access to Sample Code, API Endpoints and run it right within the browser to test it out.