APIs & Integrations

RSayed
Member

Company Search V3 There was a problem with the request

Hi,

 

I am trying to fetch all company that are associated with calls and meeting but I am getting an error can u help what i am doing wrong.

 

error:

{
    "status""error",
    "message""There was a problem with the request.",
    "correlationId""afc65b25-e5fe-474b-8571-9299c6d9aeb5"
}
 
request:
{
    
    "filters": [
        {
            "propertyName""associations.call",
            "operator""HAS_PROPERTY"
        }
    ],
    "limit"100,
    "after"0
}

 

 

 

0 Upvotes
2 Replies 2
Teun
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

Company Search V3 There was a problem with the request

Hi @RSayed ,

The docs only describe the following associations that can be searched:

You can search through associations by using the following pseudo-property values:

  • associations.company
  • associations.contact
  • associations.ticket
  • associations.deal
  • associations.quote

So I am not sure if you can search for associated calls. You can try the associations API to search the calls this way.

 

@dennisedson Could you verify this for me?



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.


dennisedson
HubSpot Product Team
HubSpot Product Team

Company Search V3 There was a problem with the request

Spot on, sir!

0 Upvotes