Skip to main content

Get deal velocity metrics

GET 

/org/:orgId/cosell/metrics/dealVelocity

Retrieve deal velocity metrics for all cloud partners or a specific partner (AWS, Azure, GCP) for the specified organization

Request

Path Parameters

    orgId stringrequired

    Organization ID

Query Parameters

    partner string

    Partner name (AWS, AZURE, or GCP)

Responses

OK

Schema

    metrics

    object[]

  • Array [

  • discoveryDays number
    implementationDays number
    inboundAcceptanceDays number
    lastUpdateTime string
    negotiationDays number
    partner string
    partnerAcceptanceDays number
    proposalDays number
    qualificationDays number
    technicalValidationDays number
    totalReferralsAnalyzed integer
    totalSalesCycleDays number
  • ]

  • organizationId string
Loading...