provider Filters GET /filters/{id}
@utdk/pipedrive /filters/{id}
Get one filter
Returns data about a specific filter. Note that this also returns the condition lines of the filter.
id path required
The ID of the filter
integer
include_field_code query
If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
boolean

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getfilter
GET/filters/{id}
Returns data about a specific filter. Note that this also returns the condition lines of the filter.

Parameters

required

The ID of the filter

If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getfilter()