12 calls to cc::get_id_from_link() in Constant Contact 6.3
- cc::get_activities in ./
class.cc.php - * Gets all activities * * @access public
- cc::get_activity in ./
class.cc.php - * Gets an individual activity * * @access public
- cc::get_campaign in ./
class.cc.php - * Gets an individual campaign * * @access public
- cc::get_campaigns in ./
class.cc.php - * Gets all campaigns * * @access public
- cc::get_contact in ./
class.cc.php - * Gets a specific contacts details * * @access public
- cc::get_contacts in ./
class.cc.php - * Gets all contacts and allows paging of the results * * @access public
- cc::get_emails in ./
class.cc.php - * Gets all account email addresses or a single email * These are used with the campaigns collection * * @access public
- cc::get_list in ./
class.cc.php - * Gets the details of a specific constant list * * * @access public
- cc::get_lists in ./
class.cc.php - * Gets the contact lists for the CC account * The results are pageable * Second argument can be used to show/hide the do-not-mail etc lists * * * @access public
- cc::get_list_members in ./
class.cc.php - * Gets the members (contacts) in a specific contact list * Supports paging of the results * * * @access public
- cc::query_campaigns in ./
class.cc.php - * This queries the API for campaigns with a certain status * Supported status codes are: * SENT All campaigns that have been sent and not currently scheduled for resend * SCHEDULED All campaigns that are currently scheduled to be sent…
- cc::query_contacts in ./
class.cc.php - * This queries the API for contacts with a similar email address to the one you supply * * @access public