Hi all 👋 , has anyone had an efficient way to get all the associations of an object through API?
I currently do it by looping over all types (i.e., give me all the contact assocs, all company assocs, tickets, etc. and then also for custom objects), but it’s super inneficients, as 95% of the responses are empty anyway.
I feel like it would be a common scenario where you just want all associations for a particular object?