SOLVED

Next page token issue

Go to solution
Vishakha_Waghel
Level 2

Next page token issue

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Vishakha_Waghel
Level 2

Re: Next page token issue

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 

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Next page token issue

But how's that an error, Vishakha?

 

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

Vishakha_Waghel
Level 2

Re: Next page token issue

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

Vishakha_Waghel
Level 2

Re: Next page token issue

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 

SanfordWhiteman
Level 10 - Community Moderator

Re: Next page token issue

OK, glad it's working now.