Hi All ,
We create one custom object and associate it with company and contact.
Now we want to get the list of all the records created by a specific contact or specific company.
I am trying with API https://api.hubapi.com/crm/v3/objects/p99688696_car/181308portalId=99688696&properties=year&properties=make&properties=model
given in document. but how may i add contact and company name filter with this API ?
Please guide
Hi @pankaj
Adding @lynton here. I am not 100% clear on the question and I am hoping he understands better than I
. Also, that url you have there appears malformed.
If you want to find custom object records that are associated with a company or contact, use the GET Associations API: Accounts Dashboard | HubSpot
This will not allow you to filter on any other search parameters (like when the record was created), but it will let you query all custom object records associated with a specific company or contact. Hope this helps!