Hi,
Background
i am the admin for company bynder portal, i tried to retrieve around 3k of collections through API
by looping through page (/api/v4/collections/?limit=1&page={number}) until no result
Problem
I used multithread to request, but will occur
- total records fall shorts, meaning total 3k, but in the end i will only get around 2.5k
- duplication (multiple records with same id been requested)
Question
How can i request all bynder collection accurately without duplication
thanks
Jonathan