Hi, I have connected via API with my board in which contains 600 row entries + 800 subtasks. I want to retrieve only the rows of course but since there is a timeout of 60 seconds, i am only able to retrieve 300 at a time.
- how can i run the script a 2nd time to retrieve rows 301-600 for example?
- is there a way i can filter the results so that i can limit the number in results, for example, I want all the ones where in column A = status 123?
I use the below query
query { boards (ids: 123456789) { name id items { name column_values{id type text }} }}';