Hi,
For most implementations, this is probably not a big concern but has any thought been given to how you could paginate results using the REST API? I looked at the API guide and didn't see it. Example. Let's say you go to retrieve all children of a particular folder, and the folder has over 10,000 items in it. Very hypothetical I realize, but given that Content Server now (rightly) supports pagination in the UI, it is not unreasonable for a folder to end up with a large number of items in it. The request URL doesn't support a page, but I'm wondering if a page size is something you could pass in on the request header?
Cheers
-Hugh