Fetch All Data
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:
curl --location 'https://api.worqhat.com/api/collections/data/fetch/all' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"collection": "Sample collection"
}'
You need to just pass in the collection
name from which you want to fetch all of the data and it's done.
Last modified: 4 months ago