Issue with custom field type of numbers in Pipedrive API
Harald Neuner
Member Posts: 1 VERIFIED MEMBER
Lately we experienced an issue with Pipedrive API and custom field type of numbers. While performing a search from the values of a specific field with only full exact matches against the given term, the empty result was returned from Pipedrive API. The problem is that when we are trying to search for deal by custom field in a format '9999', but in Pipedrive it’s saved as '9999.0' with decimal separator.
Example of a result from API call:
{ success: true, data: [ { id: 'deal_id', "custom_field_key": '9999.0' } ], additional_data: { start: 0, linit: 100, more_items_in_collection: false }, }
Even thought in Pipedrive interface the custom field value looks as expected '9999'. How this could be explained?
Thank you.
Tagged:
0
Answers
-
Hi @Harald Neuner , for questions related to Pipedrive's API and its behavior, I recommend consulting our developer community which you can find here.
0
This discussion has been closed.