Wix Forum
Use the Forum API to manage your site's member forum Learn more.
Additional information about this section
- OBJECT
- GET
Returns a single category by ID.
- GET
Returns a single category by URL slug.
- POST
Returns a list of categories by query Paging limit: default - 10, min - 0, max - 100 offset: default - 0, min - 0 Filterable fields: id parentId name rank ...
- WEBHOOK
A new category was created.
- WEBHOOK
An existing category was updated.
- WEBHOOK
An existing category was removed.
- OBJECT
- GET
Retrieves a single post by ID.
- GET
Retrieves a single post by URL slug.
- POST
Returns a list of posts by query Paging limit: default - 10, min - 0, max - 100 offset: default - 0, min - 0 Filterable fields: id categoryId ownerId title ...
- WEBHOOK
A new post was created.
- WEBHOOK
An existing post was updated.
- WEBHOOK
An existing post was removed.
- WEBHOOK
An existing post was moved to a different category.
- WEBHOOK
An existing post was liked.
- WEBHOOK
An existing post was unliked.
- WEBHOOK
An existing post was pinned to the top of the post list.
- WEBHOOK
An existing post was unpinned from the top of the post list.
- WEBHOOK
An existing post was closed for further comments.
- WEBHOOK
An existing post was opened for further comments.
- WEBHOOK
An existing post was reported as inappropriate.