I’m calling https://mysite.atlassian.net/rest/api/2/worklog/updated?since=1514674800000 without any problems. However, it’s more than 1000 records.
No problem, I call the nextPage information like this: https://mysite.atlassian.net/rest/api/2/worklog/updated?since=1516263457151
But then I get 405 method not allowed.
I don’t see any difference between these 2 calls.
Why am I not getting the second page of data?
Thank you!