Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/crm/analytics/pipeline

GET/v1/crm/analytics/pipeline
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsPipelineStage[] | nullrequired
Show properties
Array of PipelineStage
deal_countinteger<int64>required
stage_idstringrequired
stage_namestringrequired
stage_orderinteger<int32>required
total_valueinteger<int64>required
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/crm/analytics/pipeline"
Response
{
  "items": [
    {
      "deal_count": 0,
      "stage_id": "string",
      "stage_name": "string",
      "stage_order": 0,
      "total_value": 0
    }
  ]
}