Company properties in response data but not UI or docs
When I get all Companies data, using the `hubspot-api-client` Python package, they include these properties:
`hs_notes_last_activity`
`hs_notes_next_activity`
`hs_source_object_id`
`owneremail`
`ownername`
However, I can't find these properties in the HubSpot UI, nor are they in the docs. I see that `owneremail` and `ownername` might be legacy properties that are no longer used by HubSpot; is that correct? Are the other properties listed above also legacy? I can't find any info online about these properties.
Finally, does "legacy" mean that these properties will always have no value in API response data?
Company properties in response data but not UI or docs
@Velocity9 - There are a number of possibilities here I would think:
- They are "deprecated" properties defined by HubSpot
- They are properties that HubSpot may be working on to add future features
- They were properties defined by some previous HubSPot admin that are no longer used.
When you look deep enoughon any given object, there are often a lot of properties that are not fully documented. In any event, if you don't have a reference for possible values, it seems that it's safe to just ignore such properties.