Search by a specific field
documentedSearch on a specific field value across item types.
GET /api/v2/itemSearch/fieldItemSearchno implementation yet0 runsNo 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"