APIs & Integrations

lstepany
Contributor | Elite Partner
Contributor | Elite Partner

Reverting back the property version after update

Hi! Is there a way to fetch the historical data of the property (not the historical data of the property in record, but for the property itself).
https://developers.hubspot.com/docs/api/crm/properties?uuid=f19a75e6-7b7d-4afe-9682-bca9fa328e1b
I use this endpoint: PATCH/crm/v3/properties/{objectType}/{propertyName} in order to update the multiple checkbox property options. Now I would like to fetch the historical data in order to revert back the property how it was before update. Is it possible to do?

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Reverting back the property version after update

Hey, @lstepany 👋 Thank you for your question. I know we can do this in-app with the Export a property's historical data option. The Export API is worth checking out too.

 

Have fun exporting! — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes
lstepany
Contributor | Elite Partner
Contributor | Elite Partner

Reverting back the property version after update

Hi @Jaycee_Lewis. Thanks for unswering, but I need to export not the historical data of the property in record, but for the property itself.
Let's say I have multiple checkbox property with values val1, val2, val3. Periodically I am updating this property (by adding new once and deleting old once). After a while this property will have  multiple checkboxes val10, val11, val12.
My question was: is it possible to revert back to the initial values (val1, val2, val3)?

0 Upvotes