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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

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.getpipelinemovementstatistics()