Feb 23, 20235:38 AM - edited Feb 23, 20235:38 AM
Member
Custom Object Search Filters dont seem to work
Hi,
I am trying to filter out custom object records by the hubspot_owner_id.
First of all, it seems that the Owner property which HubSpot creates on each Custom object does not get filled when I receive the data. The 'hubspot_owner_id' just returns null.
The other issue is that the Search API supports filterGroups, but the filters do not seem to have an impact on the result. I tried filtering by hubspot_owner_id or anything else, but even if I filtered for nonsense, the API would just return the same record (I only created one record for testing purposes).
Has anyone had similar issues with custom objects and the API?
Feb 23, 20239:55 AM - edited Feb 23, 20239:55 AM
Member
Custom Object Search Filters dont seem to work
I've found a workaround using the associations api, i am pulling the ids from there and then batch read from the objects batch read endpoint, which works but the fields that hubspot should manage are still null
Also if i open the property settings it also clearly says that hubspot handles these properties and i cant modify or fill them. ( owner and created_by_user )