Hello,
I discovered some unexpected behavior with a specific API call while working on Boxr today.
If you look at the API doc for the 'Get file collaborations' action, you'll notice the paging parameters are offset + limit, Box's offset-based pagination. However, when actually making the API call, the results return with the marker-based pagination response fields (next_marker, previous_marker).
Is the documentation incorrect or does the API need to be updated to offset-based pagination?
Cheers,
Xavier Hocquet