ListInterestCategories
A listing of this list's interest categories.
Table Specific Information
SELECT, INSERT, UPDATE, and DELETE are supported for ListInterestCategories.
Select
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.
Insert
The Title, Type, and ListId are required for INSERTs.
INSERT INTO ListInterestCategories (Name, Type, ListID) VALUES ('myNewListInterestCategory', 'myType', 'myListID')
Columns
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. |