provider Pipelines GET /pipelines/{id}/movement_statistics
@utdk/pipedrive /pipelines/{id}/movement_statistics
Get deals movements in pipeline
Returns statistics for deals movements for the given time period.
id path required
The ID of the pipeline
integer
start_date query required
The start of the period. Date in format of YYYY-MM-DD.
string
end_date query required
The end of the period. Date in format of YYYY-MM-DD.
string
user_id query
The ID of the user who's pipeline statistics to fetch. If omitted, the authorized user will be used.
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
getpipelinemovementstatistics
GET/pipelines/{id}/movement_statistics
Returns statistics for deals movements for the given time period.

Parameters

required

The ID of the pipeline

required

The start of the period. Date in format of YYYY-MM-DD.

required

The end of the period. Date in format of YYYY-MM-DD.

The ID of the user who's pipeline statistics to fetch. If omitted, the authorized user will be used.

Configure credentials above to enable sending.

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

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getpipelinemovementstatistics()