Skip to main content
GET
/
api
/
management
/
get-project-funnels
Listar funis de projeto
curl --request GET \
  --url https://api.olie.ai/api/management/get-project-funnels \
  --header 'Authorization: Bearer <token>'
{
  "response": true,
  "project_funnels": [
    {
      "id": 74,
      "name": "Desenvolvimento",
      "prefix": "DL19",
      "condition": "active",
      "business_area": {
        "id": 83,
        "name": "Desenvolvimento de software-1-2-3-4"
      },
      "business_area_id": 83,
      "form_id": 18,
      "attachments_count": 0,
      "projects_count": 0,
      "status_count": 1,
      "steps_count": 7,
      "tags_count": 3,
      "created_at": "2026-01-09T20:51:29.000000Z",
      "updated_at": "2026-01-09T20:51:29.000000Z",
      "deleted_at": null
    },
    {
      "id": 23,
      "name": "Captação de Recursos",
      "prefix": "CR",
      "condition": "active",
      "business_area": {
        "id": 10,
        "name": "Serviços Financeiros 69444026ba810"
      },
      "business_area_id": 10,
      "form_id": null,
      "attachments_count": 0,
      "projects_count": 22,
      "status_count": 0,
      "steps_count": 8,
      "tags_count": 0,
      "created_at": "2025-12-18T17:55:50.000000Z",
      "updated_at": "2025-12-18T17:55:51.000000Z",
      "deleted_at": null
    },
    {
      "id": 53,
      "name": "Auditoria",
      "prefix": "JIHJ10",
      "condition": "active",
      "business_area": null,
      "business_area_id": null,
      "form_id": null,
      "attachments_count": 0,
      "projects_count": 0,
      "status_count": 0,
      "steps_count": 6,
      "tags_count": 0,
      "created_at": "2026-01-09T20:39:32.000000Z",
      "updated_at": "2026-01-09T20:39:32.000000Z",
      "deleted_at": null
    },
    {
      "id": 71,
      "name": "Vendas",
      "prefix": "VDS",
      "condition": "active",
      "business_area": null,
      "business_area_id": null,
      "form_id": null,
      "attachments_count": 0,
      "projects_count": 0,
      "status_count": 0,
      "steps_count": 7,
      "tags_count": 0,
      "created_at": "2026-01-09T20:51:29.000000Z",
      "updated_at": "2026-01-09T20:51:30.000000Z",
      "deleted_at": null
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Sucesso

response
boolean
project_funnels
object[]