Next page token issue | Community
Skip to main content
Vishakha_Waghel
New Participant
May 21, 2020
Solved

Next page token issue

  • May 21, 2020
  • 1 reply
  • 4143 views

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/#!/Activities/getLeadActivitiesUsingGET
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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vishakha_Waghel

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 

1 reply

SanfordWhiteman
New Participant
May 21, 2020

But how's that an error, Vishakha?

 

It's just telling you don't need to get any more pages.

Vishakha_Waghel
New Participant
May 21, 2020

Thank you for your response, then how do I get a response to the list of all the activities after this step?