Category Object


Properties
idstringRead-onlyformat GUID

Category ID.


namestringminLength 1maxLength 30

Category name.


createdDatestringRead-onlyformat date-time

Date and time when category was created.


countsobjectRead-only

The total number of draft and published events assigned to the category.


statesArray <string>maxItems 3
5 enum supported values:
MANUALAUTORECURRING_EVENTHIDDENCOMPONENT

Category state. Possible values:

MANUAL: Category is created manually by the user. AUTO: Category is created automatically. RECURRING_EVENT: Category is created automatically when publishing recurring events. HIDDEN: Category can't be seen.

Default: MANUAL.

Note: The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than MANUAL.

Was this helpful?
Yes
No