APIs & Integrations

DEsposito
メンバー

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

解決

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 いいね!
1件の承認済みベストアンサー
webdew
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

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

解決

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. 

元の投稿で解決策を見る

2件の返信
webdew
解決策
ガイド役 | Diamond Partner
ガイド役 | Diamond Partner

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

解決

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
メンバー

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

解決

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