Collection Widget APIs

The Collection Widget APIs are how you would include a collection widget on a page. Because collection widgets do not have pages of their own the only way to include them on a page is to use their API tag

APIs utilize special tags to instruct the system on what information to retrieve.

Learn more about APIs.

Collection Data - This API will return the data for the collection widget and it's items. It is useful if you want to use another template to output the collection data.

Get Items - This API will return the items data for the collection widget. It is useful if you want to use another template to output the collection data.

View Collection - This API will display the template output for a collection widget.