pub async fn get_pipeline_movement_statistics(
configuration: &Configuration,
id: i32,
start_date: String,
end_date: String,
user_id: Option<i32>,
) -> Result<GetPipelineMovementStatisticsResponse200, Error<GetPipelineMovementStatisticsError>>
Expand description
Returns statistics for deals movements for the given time period.