Fetch All Collections
POST
/api/collections/fetch-allLast modified:Â 6 months ago
You can fetch all collections that are present in a Database that you have created:
curl --location 'https://api.worqhat.com/api/collections/fetch-all' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
This will fetch all the active collections in your Database.
Request
Request samples
Responses
OK(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Last modified: 6 months ago