Rest Get Call For Lead Activities
Hi,I tried making a Marketo call to get the lead activities for some particular ActivityIds .I used the following url-https://113-edc-810.mktorest.com/rest/v1/activities.json?activityTypeIds=100003%2c100005%2c100006%2c100007&nextPageToken…
with authorization - Bearer 2d7c1624-3006-40d0-bb27-358e43138c51:ab
I am getting the following result-
{
"requestId": "249d#153be61a470",
"success": true,
"nextPageToken": "OOSKENADSXVMAAGXTEFWKVWNTITDRAI2GSUL3FHO3KFQALWMINKA====",
"moreResult": true
}
The response has no results(no lead activities data) even through it is giving the next page token and more results to be true.
Any explanations or pointers?