Search a note by deal_id and any content

guys, i need to find a specific NOTE, to update the content.

any clue if there is a method do search by a note content?

nothing in docs mentioned this, but i’m writing here to be logged as a suggestion.

Hello @Leonardo_Salvadori, welcome to the community :wave:

What you describe is not ultimately possible. The search /v1/itemSearch does not return the id of the note. So a sort of workaround might be to get the notes for a specific deal v1/notes?deal_id={dealId} and find the note from the result on your end. However, the result of those notes varies from the search since it is not stripped from HTML and other tags.

1 Like