Hello - Using the Box List Recents API, I would like to exclude any events where the root-level parent folder is private (has_collaborations=false).
It looks like I can pass has_collaborations as a field, but this only tells me about the item itself - I need to know if the item’s root level parent is also private.
To get the parent, I can use path_collection, but when passing path_collection.entries.has_collaborations
as a field to https://api.box.com/2.0/recent_items
, nothing is returned.
Is there another way to exclude recent events where the parent event is private?
Thanks,