
Обзор активности

I can't share the code since it is owned by my employer. But I wrote my integration in Golang which probably isn't what people are looking for anyway. I did my testing with Postman, so you should b...

You use the token returned with each call. It is different. If you use the same token you will get the same page over and over.

Is there a way to download all comments via the comment API. By default I don't want just the last 7 days. I have played around with the updatedDate parameter, but it won't allow me to choose a ran...

Hey Stephen, I raised a support ticket and the issue has been resolved. I had a bug in my code so the nextPageToken wasn't getting cleared out on the last page. It is working now.

Is the Pageination API broken on v4? I am trying to query all tasks I set a pageSize=1000 and add a list of option fields. It returns a list of tasks and a nextPageToken. I submit the same request ...