Activities rest api nextpagetoken with type specified
So I'm calling the activities endpoint with a paging token that has a date of days ago, I also pass in a very little used activity (clicksharedlink). Instead of returning no results and being the last page, it returns no results and keeps giving me moreresults=true until i've paged through to sometime around the current day i think.
Is this a bug or expected behavior? Seems like it's paging on filtered out activity types.
Is there a way to translate the nextpagingtoken back into a datetime?