Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.
The Collections API allows you to manage collections in a portfolio. A collection is a way to group similar projects together in your portfolio. Learn more about collections in Wix Portfolio.
With the Collections API, you can:
- Create, update, and delete collections.
- Retrieve and query collections.
- Listen for events when a collection is created, updated, and deleted.
It’s important to note the following points before starting to code:
- After creating a collection, you can assign a new or existing project to the collection by specifying the collection's ID in the
collectionIds
parameter of the Create Project or Update Project methods.
- You can only use this API on sites where a Wix user has installed the Wix Portfolio app.