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).
Jul 13, 2021 11:19 AM
We want to be able to get the schema for one of the standard objects (like contacts/companies etc.) and use that response to update our system tables with the custom properties we write for those objects (in the case that the info somehow gets deleted from our tables or out of sync from what's on Hubspot). However, when we get the schema for these objects, there doesn't seem to be an obvious way to tell the custom properties from the standard properties. Is there a known way to tell them apart?
Solved! Go to Solution.
Jul 14, 2021 5:51 AM
Hi @DEsposito ,
Standard properties will be required properties or inbuilt properties created by hubspot like https://prnt.sc/1b0saw7 and custom properties created by user with hubspot and using hubSpot api.
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
Jul 14, 2021 5:51 AM
Hi @DEsposito ,
Standard properties will be required properties or inbuilt properties created by hubspot like https://prnt.sc/1b0saw7 and custom properties created by user with hubspot and using hubSpot api.
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
Jul 15, 2021 9:59 AM
Ok, we'll look into using that to check. Thanks for the help!