Category Object


Categories are themed groupings of FAQ question entries that a site owner can create to organize their FAQ questions. For example, Shipping or Returns. Each category can contain multiple questions and is displayed as a section on a site's Wix FAQ widgets.

Properties
idstringRead-onlyformat GUID

Category ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the category is updated. To prevent conflicting changes, the current revision must be specified when updating the category.

Ignored when creating a category.


createdDatestringRead-onlyformat date-time

Date and time the category was created.


updatedDatestringRead-onlyformat date-time

Date and time the category was last updated.


titlestringmaxLength 500minLength 1

Category title displayed on a site's Wix FAQ widgets.


sortOrdernumberminimum 0format double

Order of the category within a site's Wix FAQ dashboard page. Categories with lower sort order values appear first.


extendedFieldsExtendedFields

Custom field data for the category object.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.

Did this help?