{
"opencollection": "1.0.0",
"info": {
"name": "Pipedrive API v1 Activities ItemSearch API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "ItemSearch",
"type": "folder"
},
"items": [
{
"info": {
"name": "Perform a search from multiple item types",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.pipedrive.com/v1/itemSearch",
"params": [
{
"name": "term",
"value": "",
"type": "query",
"description": "The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded."
},
{
"name": "item_types",
"value": "",
"type": "query",
"description": "A comma-separated string array. The type of items to perform the search from. Defaults to all."
},
{
"name": "fields",
"value": "",
"type": "query",
"description": "A comma-separated string array. The fields to perform the search from. Defaults to all. Relevant for each item type are:
| Item type | Field |
|---|---|
| Deal | `custom_fields`, `notes`, `title` |
| Person | `custom_fields`, `email`, `name`, `notes`, `phone` |
| Organization | `address`, `custom_fields`, `name`, `notes` |
| Product | `code`, `custom_fields`, `name` |
| Lead | `custom_fields`, `notes`, `title` |
| File | `name` |
| Mail attachment | `name` |
| Project | `custom_fields`, `notes`, `title`, `description` |