ConstantContact GetContactTrackingActivities Method (String, Nullable Int32 , Nullable DateTime , Pagination) CTCT Wrapper Documented Class Library
Get all activities for a given contact.

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

public ResultSet<ContactActivity> GetContactTrackingActivities(
	string contactId,
	Nullable<int> limit,
	Nullable<DateTime> createdSince,
	Pagination pag
)

Parameters

contactId
Type: OnlineSystem String
Contact id.
limit
Type: OnlineSystem Nullable OnlineInt32 
Specifies the number of results per page in the output, from 1 - 500, default = 500.
createdSince
Type: OnlineSystem Nullable OnlineDateTime 
Filter for activities created since the supplied date in the collection
pag
Type: CTCT.Components Pagination
Pagination object.

Return Value

ResultSet containing a results array of @link ContactActivity.
Exceptions

See Also