Skip to content

Removal of deprecated search endpoints

Compare
Choose a tag to compare
@ziimk ziimk released this 02 Aug 08:13
· 151 commits to master since this release
d887a1e

The following endpoints are deprecated in the Pipedrive API and will stop working soon, so we are removing them from the SDK. This is a breaking change if you use one of the following:

/deals/find
Used in DealsController.findDealsByName()

/persons/find
Used in PersonsController.findPersonsByName()

/organizations/find
Used in OrganizationsController.findOrganizationsByName()

/products/find
Used in ProductsController.findProductsByName()

/searchResults and /searchResults/field
From SearchResultsController.getPerformASearch() and SearchResultsController. getPerformASearchUsingASpecificFieldValue() respectively, The SearchResultsController file is no longer available.