This is feedback based on Box.net comment on developer page asking for v2 feedback.
What the api currently returns for each folder “entry” is something like:
"entries" :
[
{
"sequence_id": "0",
"type": "file",
"id": "2631999573",
"name":"IMG_1312.JPG"
},
{
"type":"folder",
"id":"2305623799",
"sequence_id":"1",
"name":"a child folder"
}
]
This means that to retrieve basic metadata (size, modification date etc) for a child entry I have to issue a REST request for each item. This is clearly very inefficient.
The question is: is there any chance that this will be changed in before v2 is released?
Did you see the new blog post we put up just Friday about the ?fields support that we’re rolling out for the V2 endpoints? This should address exactly what you are asking for, in that you can ask for more fields to be returned.
http://developers.blog.box.com/2012/09/28/exciting-new-v2-updates/