Get all activities for a given contact.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultSet<ContactActivity> GetActivities( string accessToken, string apiKey, string contactId, Nullable<int> limit, Nullable<DateTime> createdSince, Pagination pag )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- contactId
- Type: System String
Contact id.
- limit
- Type: System Nullable Int32
Specifies the number of results per page in the output, from 1 - 500, default = 500.
- createdSince
- Type: System Nullable DateTime
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 ContactActivityImplements
IContactTrackingService GetActivities(String, String, String, Nullable Int32 , Nullable DateTime , Pagination)See Also