box api - Is it possible to set the order of returned folder item's in the Box REST API? -


the response has order results returned in, possible set order in request?

it possible set limit , offset when executing folder’s items, functionality seems incomplete if order can't supplied.

as per documentation example, limit , offset url parameter can set.

curl https://api.box.com/2.0/folders/folder_id/items?limit=2&offset=0 \ -h "authorization: bearer access_token" 

unfortunately, isn't possible customize order of items returned api.

the limit , offset parameters used page through large arrays, since it's possible folder have thousands of items can't returned in single response.


Popular posts from this blog