Module pipelines_api

Source

Enums§

AddPipelineError
struct for typed errors of method add_pipeline
DeletePipelineError
struct for typed errors of method delete_pipeline
GetPipelineConversionStatisticsError
struct for typed errors of method get_pipeline_conversion_statistics
GetPipelineDealsError
struct for typed errors of method get_pipeline_deals
GetPipelineError
struct for typed errors of method get_pipeline
GetPipelineMovementStatisticsError
struct for typed errors of method get_pipeline_movement_statistics
GetPipelinesError
struct for typed errors of method get_pipelines
UpdatePipelineError
struct for typed errors of method update_pipeline

Functions§

add_pipeline
Adds a new pipeline.
delete_pipeline
Marks a pipeline as deleted.
get_pipeline
Returns data about a specific pipeline. Also returns the summary of the deals in this pipeline across its stages.
get_pipeline_conversion_statistics
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.
get_pipeline_deals
Lists deals in a specific pipeline across all its stages.
get_pipeline_movement_statistics
Returns statistics for deals movements for the given time period.
get_pipelines
Returns data about all pipelines.
update_pipeline
Updates the properties of a pipeline.