Change request HubSpot API Docs - Meetings

hello community

Since December 5, 2022 we are presenting a problem in production, the meeting registration response has changed and I want to know if it is due to a change or if it is a service failure

example the hs_internal_meeting_notes field should return only the text that is captured in the notes field but it is returning the text plus HTML components example new information “<div style=“white-space: pre-wrap;” dir=“auto” data-top-level=“true”><p style=“margin-bottom:0;”>ID:02, IC:46 </div>”

Before December 5, 2022, I received the following

ID:02, CI:46

Can you help us since other systems feed on this information and are working badly since they cannot interpret the response

I add an example response of a productive record

Body: {id=28970523693, properties={ hs_createdate=2022-12-14T20:01:21.700Z,

hs_internal_meeting_notes=< div s t y l e = " w h i t e - s p a c e : p r e - w r a p ; " d i r = " a u t o " d a t a - t o p - l e v e l = " t r u e " > < p s t y l e = " m a r g i n - b o t t o m : 0 ; " > ID: 03,IC:46 Comment Data< / p > < / d i v > , hs_lastmodifieddate=2022-12-14T20:01:22.871Z,

hs_meeting_body= < d i v d i r = " a u t o " d a t a - t o p - l e v e l = " t r u e " > < p s t y l e = " m a r g i n - b o t t o m : 0 ; " > < b r > < / p > < / d i v >, hs_meeting_end_time=2022-12-21T21:00:00Z, …

Hi, @JPuebla :waving_hand: Thanks for bringing this to our attention.

Can you link me to a specific endpoint you are using when getting the unexpected formatting added to the response? I’d like to reproduce this issue with a specific example, so I can get it onto my internal resources as needed.

Best,

Jaycee

Hi @Jaycee_Lewis

the endpoint that is used is this

https://api.hubapi.com/crm/v3/objects

When we obtain the data from the query, it should only send what is captured in the Notes field, but when obtaining the value, it returns html data plus the captured value.

Best,

Jesus

Hello, good afternoon,

@Jaycee_Lewis

Will they have an update on this topic?

A ticket was registered to have a better reference.

regards

TICKET

did you get this resolved? im having the same problem