Sign in

Search by a specific field

documented

Search on a specific field value across item types.

GET /api/v2/itemSearch/fieldItemSearchno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$company_domain}}.pipedrive.com/api/v2/itemSearch/field?term={{$term}}&entity_type={{$entity_type}}&field={{$field}}&limit={{$limit}}&cursor={{$cursor}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Search by a specific field · Pipedrive · OpenIntegrations