Opportunities

In Quartz, an opportunity represents the same object than in the CRM, also known as deals.

Opportunities

Get Opportunities

Retrieves all open opportunities belonging to pipeline , or a subset of open opportunities based on sub-pipeline segmentation.

GET /opportunities
request
{
    "pipeline_id" : "p-53fJK-ervon-65ezc-hgEtE",
}
response
{
    "snapshot_id": "4af7c8d0-20c7-11ef-acef-1568cab95b54",
    "created_at": "2024-06-02 10:00:48",
    "opportunities": [
        {
            "opportunity_id": "57295c19-20c7-11ef-abc3-1568cab95b54"
        },
        {
            "opportunity_id": "57295cf1-20c7-11ef-846f-1568cab95b54"
        },
        {
            "opportunity_id": "57295d3c-20c7-11ef-b47c-1568cab95b54"
        },
       ...
    ]
}

Get Opportunity Details

Opportunity Metrics

Get Opportunity Metrics

Retrieves opportunity metrics as documented in Metrics Reference.

Get Opportunity Metrics as Time Series

Retrieves opportunity metrics as time series by specifying scope parameter

Last updated

Was this helpful?