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

Identify public shared files/folders

New post

Comments

1 comment

  • jcleblanc

    Hi ,

     

    Yep, you sure can using the get items in folder endpoint. By default you won't get the information you need from the base call, but set the "fields" parameter to get more of the file object data - I might suggest "id,type,name,has_collaborations,shared_link" for this case. 

     

    In the above, the sharing items called out would be: 

    • has_collaborations: will be false if no collaborators are added, otherwise will show true. 
    • shared_link: will be null if no shared link has been created, or will return a shared link object if it is shared.

    Hopefully that will provide everything you may need,

    Jon

    0
    Comment actions Permalink

Please sign in to leave a comment.