Metrics
Quartz API provides a consistent way to access all calculated metrics.
Retrieving Pipeline Metrics
Retrieves all open opportunities belonging to pipeline , or a subset of open opportunities based on sub-pipeline segmentation.
GET /pipelines/metrics{
"pipeline_id" :" ",
"metric_id" :"metric api_name"
}{
"pipeline_id" :" ",
"metric_id" :"metric api_name"
"scope" : 100 // returns the 100 latest daily values
}{
"pipeline_id" :" ",
"metric_id" :"metric api_name"
"date" : "day-month-year" // returns value for specified date
}Retrieving Opportunity Metrics
Retrieves all open opportunities belonging to pipeline , or a subset of open opportunities based on sub-pipeline segmentation.
Retrieving Member Metrics
Retrieves all open opportunities belonging to pipeline , or a subset of open opportunities based on sub-pipeline segmentation.
Last updated
Was this helpful?