We use HubSpot api to retrieve all of the entities mentioned in the subject. Mainly now we use the V3 api search endpoint but, if anything, we can change it.
While it is possible to retrieve onwerId and then find all the required information about owner through owner API, this is neither efficient nor fast. Is there a way to retrieve these two fields (firstName and lastName) for these objects and engagements immediately with one request? Maybe you have some kind of “query” endpoint where we could specify some joins?
I am pretty sure this is already possible if you join the beta. This part describes how you can use GraphQL from custom coded actions or an integration.
However, if you use the search API, couldn’t you use the ‘ownername’ property to retrieve the name of the owner?