APIs & Integrations

aliknox
Member

NOTEs loaded but not showing in UI

SOLVE

I have managed to load NOTEs using the engagement API, the data matches notes entered through the front end. But doesn’t show in the front end.

I use the Get Engagements API to check the data is loaded, so its definitely there.

Thanks,

Ali

0 Upvotes
1 Accepted solution
aliknox
Solution
Member

NOTEs loaded but not showing in UI

SOLVE

Hi Derek,

I’ve just sorted it, the date format used was in UNIX format but the conversion in PHP was limiting the timestamp to 10 characters i.e. missing off the milliseconds. I have add “000” to the end to check if this resolves the issue and it does.

Thanks for all your help.

Kind regards,

Ali

View solution in original post

2 Replies 2
aliknox
Solution
Member

NOTEs loaded but not showing in UI

SOLVE

Hi Derek,

I’ve just sorted it, the date format used was in UNIX format but the conversion in PHP was limiting the timestamp to 10 characters i.e. missing off the milliseconds. I have add “000” to the end to check if this resolves the issue and it does.

Thanks for all your help.

Kind regards,

Ali

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

NOTEs loaded but not showing in UI

SOLVE

Hi @aliknox,

Do the notes have the correct associations? NOTE engagements can only be viewed on the timeline of an associated object record. If so, are notes selected in the object’s timeline filters?