v1

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

Listar funis de vendas

Listar funis de vendas

get/deal_pipelines

Query parameters

limitstring

Limite de funis de vendas que virão por listagem. Valor padrão é 20. Valor máximo é 200

pagestring

Página da listagem de funis de vendas. Valor padrão é 1

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
  }
]