ListInterestCategories
Last updated
Last updated
A listing of this list's interest categories.
SELECT, INSERT, UPDATE, and DELETE are supported for ListInterestCategories.
A ListId is required to retrieve data from this table. If none is specified in the WHERE clause, the first one available for your account will be used.
The Title, Type, and ListId are required for INSERTs.\
INSERT INTO ListInterestCategories (Name, Type, ListID) VALUES ('myNewListInterestCategory', 'myType', 'myListID')
Name
Type
ReadOnly
Description
ListId [KEY]
String
True
The ID for the list that this category belongs to.
Id [KEY]
String
True
Title
String
False
The text description of this category. This field is displayed on signup forms and is often phrased as a question.
DisplayOrder
Integer
False
Order in which the categories display in the list. Lower numbers display first.
Type
String
False
Determines how this category's interests are displayed on signup forms.