2
votes

I am trying to list items under a folder through box.com API. The documentation states it is possible to request the response sorted by, e.g. name of the items. How should the order part of the request be formatted?

https://api.box.com/2.0/folders/0/items?fields=name,description,created_at,id&order=

1

1 Answers

0
votes

That attribute currently is not settable (it was included in the documentation by error). The returned sort order will reflect the sort order set in the user's Box account through the web app.

We're working on making order and actual settable attribute, but it's not yet released.