Category ID.
Category parent ID.
Category name.
Category header title.
Category header type.
Category header image.
Category rank (display order).
Total number of posts in category.
Total number of post views in category.
Category slug.
Category URL.
Category description.
List of post type that Category supports. Deprecated on '2021-08-03'.
Date category was created.
Whether all site visitors and members (PUBLIC
), all members (MEMBERS_ONLY
), or only specific members and groups of members with roles, badges or paid subscriptions (PRIVATE
) can access posts in category.
Date category was updated.
Whether only admins and moderators can write posts in category.
Ids of groups which can access category if categoryAccess is PRIVATE.
Defines what interactions may be applied on the comment under the posts created in this category, vote or like.
Defines which icon will be used for the main reaction on the comment under the posts created in this category.
Default type
: "LIKE"
.
Defines what additional reactions may be applied on the comment under the posts created in this category.
Defines what interactions may be applied on the posts created in this category, like or multiple reactions.
Defines which icon will be used for main reaction on the posts created in this category.
Default type
: "LIKE"
.
Defines what additional reactions may be applied on the posts created in this category.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Returns a single category by ID.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Returns a single category by URL slug.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a list of categories, given the provided paging, filtering, and sorting.
Query Categories runs with these defaults, which you can override:
paging.limit
is 10
paging.offset
is 0
For field support for filters and sorting, see Categories: Supported Filters and Sorting.
To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
A new category was created.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.forum.category
.
Event name. Expected created
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
An existing category was removed.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.forum.category
.
Event name. Expected deleted
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
An existing category was updated.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.forum.category
.
Event name. Expected updated
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.