API : search contacts without associated deal -> error

Hi,

I need to retrieve contacts which are not associated with deals through the API.
I receive an error “There was a problem with the request” when I try POST /crm/v3/objects/contacts/search with following body :

{

“filterGroups”: [

{

“filters”: [

{

“operator”: “NOT_HAS_PROPERTY”,

“propertyName”: “associations.deal”

}

]

}

]

}
Although when I try to find deals without contacts, it does work :
POST /crm/v3/objects/deals/search :

{

“filterGroups”: [

{

“filters”: [

{

“operator”: “HAS_PROPERTY”,

“propertyName”: “associations.contact”

}

]

}

]

}

Any idea ?
Thx

Hey, @LordLothar :waving_hand: Thanks for the examples. I’ll see if I can reproduce what you are experiencing and get us more insight.

Thank you :raising_hands:

Hi Jaycee,

any news on this ?

thanks