Hi I got next page token by following this https://developers.marketo.com/rest-api/paging-tokens/#token_types
and then when I used the token to get all the activities https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activ...
but I am getting this error even though my next page token is valid.
"requestId": "dd32#17239514fae",
"success": true,
"nextPageToken": "EZLLW24G4BFGXSAPSLRQ6G3PE2WJJ43KVXSV5Y3RJIIC7MLM6DHQ====",
"moreResult": false
Can someone please help me on how to resolve this?
Solved! Go to Solution.
Hi ,
I figured out the mistake I had entered today's date in the next page token so it was not returning any value I entered last month date and it gave me a response and the list of activities as well.
Thank you for your response as it helped move forward. 🙂
Best,
Vishakha
But how's that an error, Vishakha?
It's just telling you don't need to get any more pages.
Thank you for your response, then how do I get a response to the list of all the activities after this step?
Hi ,
I figured out the mistake I had entered today's date in the next page token so it was not returning any value I entered last month date and it gave me a response and the list of activities as well.
Thank you for your response as it helped move forward. 🙂
Best,
Vishakha
OK, glad it's working now.