Get Started with the Collections API
Collections are handy, especially when you would like to Group the Bins. These Bins could be fetched as paginated records. We are also planning to add Query Builder in the near future, which will help you write custom queries to fetch multiple matching bins from the Collection.
Moreover, you may attach a Schema Doc to your Collection, to Validate the Data before you store the JSON.
Core APIs for Collections
Create A Collection
Create a Collection to Group the Bins which might be relevant to your App. You can also Validate these Bins by attaching a Schema Doc to your Collection.
Learn More
Add a Schema Doc
Add a Schema Doc to your Collection to Validate the Bins against a Schema.
Learn More
Remove a Schema Doc
Remove a Schema Doc from your Collection to Stop Validating the Bins stored against a Schema.
Learn More
List Collections
Fetch a list of all Collections you've created.
Learn More
Fetch Bins
Fetch all the Bins in a particular Collection in a Paginated manner.
Learn More
Fetch Uncategorized Bins
Fetch all the Bins which are not in a Collection in a Paginated manner.
Learn More
Meta APIs for Bins
Update Name
Update your Collection Name.
Learn More