While pulling Lead Activities , we have made intialLoadStartDate as +1 .As per our understanding , there will be no lead activities which will be pulled in subsequent calls since page token will always be ahead in time.
We have observed that lead activities doesnt get pulled for that day but for subsequent days it pulls leadactivites for that day.
What happens when we pull lead activities and we dont get any data , will the next page token have same date value ?
I don't understand the question fully, but it sounds like you're asking if a given nextPageToken will change its cursor position over time. It will not. This is why, for example, you can get moreResults:true but no current data.
Does this mean if while pulling we are not getting any data , next page token remains at same position in time as previous token?
Scenario :
If I try to pull data for future 100 days by moving token ahead. Will it not pull any data till 99 days and start pulling from 100th day ?
If I try to pull data for future 100 days by moving token ahead. Will it not pull any data till 99 days and start pulling from 100th day ?
If you want to pull data for a later period, you don't "move the token ahead," you request a new paging token.
You can't manually move the token ahead by days. I don't even know what this would mean.