We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 17, 2022 8:43 PM
Hi All,
I am creating a table of calls using call api. I would like to see that a particular call is associated with a company or deal or ticket, however I did not see any property which can show this. Therefore, how could I get the column where it shows that a call is associated to a company/deal/ticket? Your help is greatly appreciated.
Solved! Go to Solution.
May 18, 2022 10:22 PM
I do not see it either. I have found a few hidden fields by guessing, but it is not a great solution. You may want to reach out to help desk and see if the property exists within the API. I wish I could be more helpful.
May 18, 2022 6:41 PM
Hi All,
More specifically, in my HubSpot account there is a column in calls table called 'call and meeting type' which I did not find through API's. How can I get this property through API's, is it available?
May 18, 2022 8:18 AM
It looks like you have to use the "hubspot_owner_id" data to send out a separate API call to get the data on the company/deal/ticket. Alternatively, you could use the phone number data to look up the company directly.
May 18, 2022 5:57 PM
Hi @CDean, thanks for answering the question. My doubt here is how would I know that this particular call is been made to a company/deal/ticket?
May 18, 2022 6:43 PM
Hi @CDean , I am looking for a property called 'call and meeting type' in calls table. However I did not find any property in calls API.
May 18, 2022 10:22 PM
I do not see it either. I have found a few hidden fields by guessing, but it is not a great solution. You may want to reach out to help desk and see if the property exists within the API. I wish I could be more helpful.
May 22, 2022 6:30 PM
Hi @CDean , thank you. With the trial and error, I have found that hs_activity_type can get you the calls and meeting type data.