Copied!
CloneableInstantiable
Methods
public __construct(PHPFUI\ConstantContact\Client $client)
public get(string $contact_id, ?string $tracking_activities_list = NULL, ?array $tracking_activity_type = NULL, ?bool $include_campaign_activity_names = NULL, ?string $limit = NULL) : array
 

GET Contact Activity Details

  • param string $contact_id The contact's ID for which tracking activity data is requested.
  • param string $tracking_activities_list Specify one or more tracking activity types to include as a comma-delimited string. The tracking_activities_list and tracking_activities_type query parameters are mutually exclusive.
  • param array $tracking_activity_type Specify one or more tracking activity types to include as an array. The tracking_activities_list and tracking_activities_type query parameters are mutually exclusive.
  • param bool $include_campaign_activity_names Default (true) returns campaign activity names in the results. Not including campaign activity names in the results (false), is more efficient.
  • param string $limit The number of tracking activities to return in a single page. Valid values are 1 to 100. Default is 100.
public PHPFUI\ConstantContact\Base::getLastError() : string
public PHPFUI\ConstantContact\Base::getResponseText() : string
public PHPFUI\ConstantContact\Base::getStatusCode() : int
public PHPFUI\ConstantContact\Base::next() : array
 

If the endpoint is paginated, you can call next() to retrieve the next set of data. If no next is provided, an empty array is returned.

  • return array filled with next part of the response from the endpoint, or empty if no next.
public PHPFUI\ConstantContact\Base::success() : bool
Properties
protected PHPFUI\ConstantContact\Client PHPFUI\ConstantContact\Base::$client
protected string PHPFUI\ConstantContact\Base::$urlPath
Methods
protected PHPFUI\ConstantContact\Base::doDelete(array $parameters) : bool
protected PHPFUI\ConstantContact\Base::doGet(array $parameters) : array
protected PHPFUI\ConstantContact\Base::doPatch(array $parameters) : array
protected PHPFUI\ConstantContact\Base::doPost(array $parameters) : array
protected PHPFUI\ConstantContact\Base::doPut(array $parameters) : array
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration