ListService GetLists Method CTCT Wrapper Documented Class Library
Get lists within an account.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IList<ContactList> GetLists(
	string accessToken,
	string apiKey,
	Nullable<DateTime> modifiedSince
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
modifiedSince
Type: System Nullable DateTime 
limit contacts retrieved to contacts modified since the supplied date

Return Value

Returns a list of contact lists.

Implements

IListService GetLists(String, String, Nullable DateTime )
See Also