• Join - It's Free

API for Tree objects?

Started by Shmuel-Aharon Kam (Kahn / שמואל-אהרן קם (קאן on Wednesday, January 22, 2025
Problem with this page?

Participants:

Related Projects:

Showing all 3 posts

Is the ANY API for Tree objects/IDs? I want to go through a list of profiles in any tree WITHOUT having to crawl the whole tree. This would require, going down, across every union, and then checking spouses for ancestors. A royal PITA. For example a family of five children, all married would require about 20 API calls. This is hardly scalable...

I see that the Profile object does not return a Tree-ID. :-(

Tree Id's?

You have to traverse with ImmediateFamily.
Remember that you can load 50 Profiles or ImmediateFamily records in one request,

If you don't want to walk the tree, try one of these instead:

Showing all 3 posts

Create a free account or login to participate in this discussion