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 Categories API allows a site visitor to get and query forum categories. Categories allow you to sort your forum posts into different groups. They give your readers a general idea of what your forum posts are about.

To use the Categories API, import { categories } from the wix-forum.v2 module:

import { categories } from 'wix-forum.v2';
javascript | Copy Code

Was this helpful?