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 Posts API allows a site visitor to get and query forum posts. A post is a piece of writing on a forum by site collaborators.

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

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

Was this helpful?