Welcome to the new Box Support website. Check out all the details here on what’s changed.

Search without a 'query' parameter

New post

Comments

1 comment

  • Murtza

    Getting All Files In An Organization

    There is currently no API that would directly give you all the files in your organization. But you can get all files belonging to each user in multiple API calls.

     

    You would need to recursively call the Get Folder's Item API to get this data. The process would be:

    1. Call Get Folder's Items to get a user's root folders and files by specifying folder id = 0.
    2. For all folders returned from step 1, call the Get Folder's Items API for each of them.
    3. Repeat this process of calling the Get Folder's Items API until you returned no more subfolders.

     

    Keeping Track of Files Changes

    Here are two options to monitor for file changes in your organization:

     

    0
    Comment actions Permalink

Please sign in to leave a comment.