Hey all,
I am currently trying to get a list of all the notes associated just with contacts. This one does not seem to work
// /crm/v3/objects/notes/search
{
"filterGroups": [
{
"filters": [
{
"propertyName": "associations.contact",
"operator": "HAS_PROPERTY"
},
{
"propertyName": "hs_createdate",
"operator": "GT",
"value": "1733831536497"
}
]
}
],
"properties": [
"hs_note_body"
]
}