Buscar pipeline de uma negociação

Exibe detalhes apenas do pipeline de negociação buscado

GET - 200

{
  "success": true,
  "data": {
    "default": false,
    "author_id": 1,
    "author": {
      "id": 1,
      "detail": "Nome do autor",
      "type": 1,
      "user_id": 1,
      "automation_id": 1,
      "form_id": 1,
      "import_id": 1,
      "user_uid": 1
    },
    "creation_date": "2020-11-23T20:09:15Z",
    "update_date": "2020-11-26T20:33:25Z",
    "stages": [
      {
        "days": 2,
        "author_id": 1,
        "creation_date": "2020-11-23T20:09:15Z",
        "update_date": "2021-09-17T19:22:41Z",
        "id": 3,
        "name": "Em Aberto",
        "status": 1,
        "percentage": 18.0
      },
      {
        "days": 1,
        "author_id": 1,
        "creation_date": "2020-11-23T20:10:24Z",
        "update_date": "2020-11-23T20:10:24Z",
        "id": 4,
        "name": "Em Qualificação",
        "status": 1,
        "percentage": 50.0
      },
      {
        "days": 0,
        "author_id": 1,
        "creation_date": "2020-11-23T20:09:15Z",
        "update_date": "2020-11-23T20:09:15Z",
        "id": 1,
        "name": "Qualificado",
        "status": 2,
        "percentage": 100.0
      },
      {
        "days": 0,
        "author_id": 1,
        "creation_date": "2020-11-23T20:09:15Z",
        "update_date": "2020-11-23T20:09:15Z",
        "id": 2,
        "name": "Descartado",
        "status": 3,
        "percentage": 0.0
      }
    ],
    "id": 1,
    "name": "Nome do pipeline"
  }
}
Language
Click Try It! to start a request and see the response here!