Get lists within an account.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<ContactList> GetLists(
string accessToken,
string apiKey,
Nullable<DateTime> modifiedSince
)
public IList<ContactList> GetLists(
string accessToken,
string apiKey,
Nullable<DateTime> modifiedSince
)
Public Function GetLists ( _
accessToken As String, _
apiKey As String, _
modifiedSince As Nullable(Of DateTime) _
) As IList(Of ContactList)
Public Function GetLists ( _
accessToken As String, _
apiKey As String, _
modifiedSince As Nullable(Of DateTime) _
) As IList(Of ContactList)
public:
virtual IList<ContactList^>^ GetLists(
String^ accessToken,
String^ apiKey,
Nullable<DateTime> modifiedSince
) sealed
public:
virtual IList<ContactList^>^ GetLists(
String^ accessToken,
String^ apiKey,
Nullable<DateTime> modifiedSince
) sealed
abstract GetLists :
accessToken : string *
apiKey : string *
modifiedSince : Nullable<DateTime> -> IList<ContactList>
override GetLists :
accessToken : string *
apiKey : string *
modifiedSince : Nullable<DateTime> -> IList<ContactList>
abstract GetLists :
accessToken : string *
apiKey : string *
modifiedSince : Nullable<DateTime> -> IList<ContactList>
override GetLists :
accessToken : string *
apiKey : string *
modifiedSince : Nullable<DateTime> -> IList<ContactList>
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 )