Search.../

Introduction

 

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 Wix Forum v2 API provides the functionality for retrieving posts and categories from a forum. Learn more about Wix Forum.

Before you begin

Before using any wix-forum.v2 functions, make sure to install Wix Forum on your site.

To use the wix-forum-v2 API, import wixForum from the wix-forum.v2 module.

import wixForum from 'wix-forum.v2';
javascript | Copy Code

Terminology

  • Post A post written by a site collaborator.

  • Category A logical group assigned to similar and related posts in the forum.

Was this helpful?