Association in filtered data

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.

Is there a way to fetch association with filtered data using search API?

If not then is there any other solution or work-around for that?

Regards,

@teja21

Hey, @teja21 :waving_hand: 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.

Have fun building! — Jaycee