Hey there, I’m retrieving task engagement’s data using task search API with filter. Where I tried to fetch associations, but it doesn’t return any association detail. Check following screenshot.
Hey, @teja21 You are not missing an option. You’ll either need to collect your object IDs and make additional requests to the Associations API or if you have access, you can look into leveraging GraphQL to make a single unified request. This article from our brilliant community member @CMcKay covers their experience with using GraphQL to optimize their requests.