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
}
]
}Listar todos os funis de projeto com informações simples.
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
}
]
}Was this page helpful?