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
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
metrics
object[]
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
{
"metrics": [
{
"discoveryDays": 0,
"implementationDays": 0,
"inboundAcceptanceDays": 0,
"lastUpdateTime": "string",
"negotiationDays": 0,
"partner": "string",
"partnerAcceptanceDays": 0,
"proposalDays": 0,
"qualificationDays": 0,
"technicalValidationDays": 0,
"totalReferralsAnalyzed": 0,
"totalSalesCycleDays": 0
}
],
"organizationId": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
code ErrorCode (string)
Possible values: [InternalServerError
, 3rdPartyError
, BadRequest
, NotFound
, Unauthorized
]
info
message string
{
"code": "InternalServerError",
"info": {},
"message": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
code ErrorCode (string)
Possible values: [InternalServerError
, 3rdPartyError
, BadRequest
, NotFound
, Unauthorized
]
info
message string
{
"code": "InternalServerError",
"info": {},
"message": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code ErrorCode (string)
Possible values: [InternalServerError
, 3rdPartyError
, BadRequest
, NotFound
, Unauthorized
]
info
message string
{
"code": "InternalServerError",
"info": {},
"message": "string"
}
Loading...