You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am using Rest api to export lead activities using "activities" API. I am able to fetch the activity data, but when I match day wise data count from exported data against the data count from marketo, I am having count difference. Minor difference is understandable. Please suggest.
Hi
I am using Rest api to export lead activities using "activities" API. I am able to fetch the activity data, but when I match day wise data count from exported data against the data count from marketo, I am having count difference. Minor difference is understandable. Please suggest.
Testing PHP Code:
$url = $this->host . "/rest/v1/activities.json?access_token=" "&activityTypeIds=9,10,11&nextPageToken=" . $this->nextPageToken;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('accept: application/json',));
$response = curl_exec($ch);
Thanks.
The text was updated successfully, but these errors were encountered: