I would like to filter “deal custom fields” but can’t seem to do this effectively.
The only three options I have are to:
- Get one deal custom field, by it’s ID
- Get deal custom fields for one deal (filter by Deal ID)
- Get all deal custom fields, no filter
There is no way I can see to do any other kind of search/filtering. I know that other custom fields can be filtered on using the API V1, but V1 doesn’t give access to deal custom fields.
@mjbemail2000-354 posted in 2018 that API V3 had an issue filtering by contact custom field value, so to use API V1 instead (Contact Api V3 search by query params 'fields' ) but that doesn’t help with deal custom fields.
We have 1000’s of deals, so takes minutes to retrieve all fields to so they can be searched locally. E.g. 200,000 custom fields / rate limit of (100 field limit * 300 API requests per minute limit) = about 7 minutes, but we have to leave some overhead for other API requests, so realistically takes 10-20 minutes just to get the fields.
Are there any other ways to filter deal custom fields?
2 posts - 2 participants