TDV Adapter for Pipedrive

Build 22.0.8462

PipelineDealsStageConversions

Returns statistics for deals movements for given time period

Select

The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.

  • Id supports the '=' operator.

For example, the following query is processed server side:

SELECT * FROM PipelineDealsStageConversions

SELECT * FROM PipelineDealsStageConversions WHERE Id = 4                 

Columns

Name Type Description
Id Integer ID of the pipeline
ConversionRate Integer ConversionRate
FromStageId String FromStageId
ToStageId Integer ToStageId

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
UserId Integer ID of the user who's pipeline statistics to fetch
StartDate Date Start of the period
EndDate Date End of the period

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462