lastmodifieddate shown as hs_lastmodifieddate

Hi, all. I see, that my companies don’t have hs_lastmodifieddate property:

but in response after search or create I see hs_lastmodifieddate.

I use Python client. Is this a bug or I need to apply some settings somewhere?

Hey, @DReztsov I’m not 100% clear on your issue.

One way to help get moving forward might be to make a few requests to the Properties API. To return all the properties for a specific object, and one to return the info about a specific property on a specific object. The response will also include if the property is read-only and if it was User or HubSpot defined.

Best,

Jaycee

Thank you for pushing me to the right direction. It was my mistake. Indeed company objects have hs_lastmodifieddate and don’t have lastmodifieddate property in contrast with contacts objects which have both. This is very confusing because it’s more logically to expact the same standart properties set on every HS object.