Ability to return all files and folders from a specific folder name
Currently , using the Folder API call with 0 for folder_id at the Root Level will return all the files/folders that the user is permissioned for.
GET https://api.box.com/2.0/folders/:0
Request to do the same, but for a specific folder’s scope:
GET https://api.box.com/2.0/folders/SPECIFICFOLDERNAME/:0
1
vote
