API Raindrops by Id
complete
Steve
Hi,
when i do a curl request for
/rest/v1/raindrops/{collectionId}
The result sometimes contains less items then expected.
In my case is have a collection with the id 23708758.
The result contains 24 items, but in the app I collected 36 raindrops in this collection.
Also in the curl result itself there is a value called "count" which is set to 36.
As far as I understand, there is no possibility to select which raindrops of a collection should be transfered and which not, so I expected all of them to be in the json string.
Log In
Rustem Mussabekov
complete
Steve
i addition if I do the request with '0' i get only 25 raindrops instead of 326 expected. Again the count value is set to 326.