List Items in Collections
List Items in Collections
To list all files, folders and web links in a folder call the GET /collections/:id/items
API.
cURL
curl -i -X GET "https://api.box.com/2.0/collections/926489/items" \
-H "authorization: Bearer <ACCESS_TOKEN>"