ListInterests

A list of this category's interests

Table Specific Information

SELECT, INSERT, UPDATE, and DELETE are supported for ListInterests.

Select

A ListId and CategoryId are required to retrieve data from this table. If none are specified in the WHERE clause, the first ones available for your account will be used.

Insert

The Title, CategoryId, and ListId are required for INSERTs.\

INSERT INTO ListInterests (Name, CategoryId, ListID) VALUES ('myNewListInterest', 'myCategory', 'myListID')

Columns

Name

Type

ReadOnly

Description

CategoryId [KEY]

String

True

The id for the interest category.

ListId [KEY]

String

False

The ID for the list that this interest belongs to.

Id [KEY]

String

True

The ID for the interest.

Name

String

False

The name of the interest. This can be shown publicly on a subscription form.

SubscriberCount

String

False

The number of subscribers associated with this interest.

DisplayOrder

Integer

False

Order in which the interests display.

Last updated