Overview
The List and Field methods provide you with the ability to search, add, edit and delete Lists and their Fields. Lists (also called Contact Lists) contain your system's Contacts, and Fields contain the details about them. Lists are created for different purposes, so they may have the same or different Fields. For example, you might have a Purchaser List that includes a text array for items the Contact has purchased and a Newsletter Subscriber List with a Weekly Summary checkbox.
When you create a List using the API, it only has a few user Fields (as well as several metadata Fields). You can add Fields afterwards using addField.
List and Field Methods
Adds a new Field to a List.
Creates a new Contact List.
Deletes all Contacts in a List.
Counts the number of Fields in a List that match the search criteria.
Counts the number of Lists that match the search criteria.
Deletes a Field from a List.
Deletes a List and all of its Contacts.
Edits a Field in a List.
Edits a List.
Returns details for a specific Field in a List.
Returns the Folder ID for a File type Field in a List.
Returns details for a specific List.
Returns the list of preferred Olson timezones used in the system.
Returns the Fields in the List that match the search criteria.
Returns the Lists that match the search criteria.
Sets the File Folder ID for a File type Field in a List.