Get all collaborators on all sub folders
I am needing to get all folders and collaborators, The folder structure would be tiered from the top folder which will have multiple folders and all those folders will have folders and so on.
I need to find a way to get all collaborators from all folders within the top folder.
Has anyone done this?
-
I'm not sure if there's 1 call that can get you this info for every single folder and sub folder.
1 option could be :
Using : https://developer.box.com/reference#view-a-folders-collaborations to get collaborations on the root folder and then https://developer.box.com/reference#get-a-folders-items to retrieve all items in the root folder (id =0) and repeat process for each child folder until you reach the bottom.
サインインしてコメントを残してください。
コメント
2件のコメント