APIs & Integrations

DEsposito
Member

Differentiating Custom and Non-Custom Properties in a Get Schema Request

SOLVE

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?

0 Upvotes
1 Accepted solution
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Differentiating Custom and Non-Custom Properties in a Get Schema Request

SOLVE

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. 

View solution in original post

2 Replies 2
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Differentiating Custom and Non-Custom Properties in a Get Schema Request

SOLVE

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. 

DEsposito
Member

Differentiating Custom and Non-Custom Properties in a Get Schema Request

SOLVE

Ok, we'll look into using that to check. Thanks for the help!