v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-deal-pipelines

Obter funil de vendas

Obter funil de vendas

get/deal_pipelines/{deal_pipeline_id}

Path parameters

deal_pipeline_idstring required

ID do funil de vendas.

Response

Success

idstring
namestring
ordernumber

Example response

{
  "config": {
    "deal_won": {
      "copy_to_pipeline": {
        "deal_pipeline_id": "5fc0285ab5cd6f0012fca156",
        "deal_stage_id": "5fc0285ab5cd6f0012fca158",
        "owner_settings": {
          "group_id": "_team",
          "id": "5bab89733ccdb000201810ea",
          "name": "Meteoro de pégasus"
        }
      }
    }
  },
  "deal_stages": [
    {
      "_id": "54480f523f64f90155000034",
      "configuration": [
        {
          "_id": "63970d03955d440026462995",
          "created_at": "2022-12-12T08:14:11.513-03:00",
          "extra": {
            "work_time": {
              "00:00:00": "23:59:59"
            }
          },
          "format": "days",
          "type": "deal_stopped",
          "updated_at": "2022-12-12T08:14:11.513-03:00",
          "value": 1
        }
      ],
      "id": "54480f523f64f90155000034",
      "name": "Proposta enviada",
      "nickname": "PE",
      "order": 1
    }
  ],
  "id": "5f0f576f08c0c768b2dd4759",
  "name": "Funil Produto 1",
  "order": 1
}