Skip to main content
POST
/
api
/
management
/
projects
/
search
Busca avançada
curl --request POST \
  --url https://api.olie.ai/api/management/projects/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": [
    {
      "field": "nonExistentFilterField",
      "operator": "contains",
      "value": "down"
    }
  ],
  "page": 1,
  "perPage": 30,
  "sorting": [],
  "template": false,
  "trashed": false
}
'
{
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 30,
"to": 1,
"total": 1
},
"projects": [
{
"budget": 950000,
"code": "P-83",
"contact": {
"created_at": "2025-12-16T14:08:53.000000Z",
"customers": [
{
"id": "019b277d-c615-723f-a1dd-f03940bce866",
"name": "Governo U.S",
"pivot": {
"contact_id": 12597,
"customer_id": "019b277d-c615-723f-a1dd-f03940bce866"
}
}
],
"deleted_at": null,
"description": null,
"email": null,
"frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"id": 12597,
"name": "Martin Brenner",
"phone": null,
"role": null,
"updated_at": "2025-12-16T14:08:53.000000Z"
},
"contact_id": 12597,
"costs": null,
"created_at": "2025-12-16T14:10:51.000000Z",
"created_by": "019aeaa3-2370-731c-9008-be759795f449",
"customer": {
"id": "019b277d-c615-723f-a1dd-f03940bce866",
"name": "Governo U.S",
"parent": null,
"parent_id": null
},
"customer_id": "019b277d-c615-723f-a1dd-f03940bce866",
"deleted_at": null,
"description": "Companhia de energia",
"executors": [],
"form": null,
"form_answers": [],
"frame": {
"id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"model_forms": null,
"name": "OlieDev Company ",
"subdomain": "devframe"
},
"frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"funnel_steps": [],
"funnels": [],
"groups": [],
"id": "019b277f-e453-733d-a00e-6d26d444008b",
"impact": 1,
"is_template": false,
"merged_id": null,
"name": "Laboratório Hawkins",
"old_id": null,
"parent_id": null,
"share_settings": null,
"share_token": null,
"status": 1,
"tags": [],
"tasks": [],
"updated_at": "2025-12-16T14:10:51.000000Z",
"users": [
{
"avatar_url": "https://via.placeholder.com/124x124.png/003388?text=facilis",
"id": "019aeaa3-2370-731c-9008-be759795f449",
"name": "Test User",
"pivot": {
"created_at": "2025-12-16T14:10:51.000000Z",
"project_id": "019b277f-e453-733d-a00e-6d26d444008b",
"role": "creator",
"updated_at": "2025-12-16T14:10:51.000000Z",
"user_id": "019aeaa3-2370-731c-9008-be759795f449"
}
}
]
}
],
"response": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

withPercentage
string

Quando true, retorna projetos com campos adicionais calculados: percentual de conclusão (completed_percentage), contagem de tarefas (tasks_count), contagem de tarefas concluídas (completed_count), data de término prevista (expected_finish) baseada nas predições mais recentes, e informações de matriz (headquarter) e filial (branch) do cliente.

Example:

"true"

Body

application/json
filters
object[]
Example:
[
{
"field": "nonExistentFilterField",
"operator": "contains",
"value": "down"
}
]
page
number
Example:

1

perPage
number
Example:

30

sorting
any[]
Example:
[]
template
boolean
Example:

false

trashed
boolean
Example:

false

Response

Sucesso / Busca por nome com sucesso

meta
object
projects
object[]
Example:
[
  {
    "budget": 990014.63,
    "code": "P-1",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [],
      "deleted_at": null,
      "description": "Omnis molestias qui nobis voluptas quis sunt sapiente neque.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12560,
      "name": "Daniella Vila Verdugo",
      "phone": "(91) 99999-0000",
      "role": "blanditiis",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12560,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-afaa-7294-b6f9-c9ab2653c84e",
      "name": "Dr. Emílio Rico Leal",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-afaa-7294-b6f9-c9ab2653c84e",
    "deleted_at": null,
    "description": "Nemo nemo porro ut sed. Nostrum nihil iste ab. Qui minus aliquid id iusto. Omnis quis velit suscipit dolores tenetur odio non culpa.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b2d5-71f6-84c5-322f66c1a406",
    "impact": 3,
    "is_template": false,
    "merged_id": null,
    "name": "Paz-Sepúlveda assumenda",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 336598.07,
    "code": "P-2",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [
        {
          "id": "019aeaa3-af8b-71d8-bb89-e65353073ee3",
          "name": "Ester Leal Pedrosa Filho",
          "pivot": {
            "contact_id": 12551,
            "customer_id": "019aeaa3-af8b-71d8-bb89-e65353073ee3"
          }
        },
        {
          "id": "019aeaa3-afb2-709a-ae6b-28fd68cdb8b7",
          "name": "Sra. Jéssica Amaral Rocha",
          "pivot": {
            "contact_id": 12551,
            "customer_id": "019aeaa3-afb2-709a-ae6b-28fd68cdb8b7"
          }
        },
        {
          "id": "019aeaa3-aff3-70d7-9c56-4333b119fd61",
          "name": "Srta. Sheila Gonçalves Marin",
          "pivot": {
            "contact_id": 12551,
            "customer_id": "019aeaa3-aff3-70d7-9c56-4333b119fd61"
          }
        }
      ],
      "deleted_at": null,
      "description": "Hic error ut sunt aut qui dolorem porro. Repellat qui aut eos debitis.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12551,
      "name": "Dr. Fabrício Rico Jr.",
      "phone": "(91) 99999-0000",
      "role": "doloribus",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12551,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-b015-700c-8318-9821b94d6d32",
      "name": "Gian Feliciano das Dores Neto",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-b015-700c-8318-9821b94d6d32",
    "deleted_at": null,
    "description": "Placeat nulla possimus enim quam quis fugiat aut nam. Aut ea sed consequatur consequatur expedita ea similique. Aut qui quas ipsa culpa sunt.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b2e4-7033-955b-13959cf7ce81",
    "impact": 8,
    "is_template": false,
    "merged_id": null,
    "name": "Toledo e Barros et",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 970388.83,
    "code": "P-3",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-b015-700c-8318-9821b94d6d32",
      "name": "Gian Feliciano das Dores Neto",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-b015-700c-8318-9821b94d6d32",
    "deleted_at": null,
    "description": "Tempora cumque consequatur voluptas. Minima sapiente ea in soluta suscipit. Molestiae ut sed laboriosam veniam possimus. Et accusamus qui fugiat delectus.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3814,
        "name": "Criação de Prototipagem",
        "order": 45,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3814,
          "id": 144127,
          "order": 0,
          "project_id": "019aeaa3-b2ee-70c5-a5dd-5bdb5159eeec"
        },
        "project_funnel_id": 666,
        "sensation_amount": 50,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 666,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42750,
          "project_funnel_id": 666,
          "project_id": "019aeaa3-b2ee-70c5-a5dd-5bdb5159eeec",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b2ee-70c5-a5dd-5bdb5159eeec",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Esteves e Filhos in",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 707596.04,
    "code": "P-4",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Sint impedit voluptatem earum omnis quisquam. Aut eum recusandae et dicta velit dolores eius. Tempore voluptas a velit. Nostrum possimus et rerum.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b2f9-7304-a344-b05bed96c9d9",
    "impact": 5,
    "is_template": false,
    "merged_id": null,
    "name": "Rodrigues S.A. non",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 657683.24,
    "code": "P-5",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Natus incidunt facere eum rerum eum. Vel consequatur aut molestiae magni corrupti voluptatibus. Dignissimos consequatur consequatur et et omnis.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3808,
        "name": "Gestão de Mudanças",
        "order": 40,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3808,
          "id": 144117,
          "order": 0,
          "project_id": "019aeaa3-b304-7324-bdfe-e23c45c0eb00"
        },
        "project_funnel_id": 665,
        "sensation_amount": 25,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 665,
        "name": "Educação Corporativa",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42740,
          "project_funnel_id": 665,
          "project_id": "019aeaa3-b304-7324-bdfe-e23c45c0eb00",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b304-7324-bdfe-e23c45c0eb00",
    "impact": 7,
    "is_template": false,
    "merged_id": null,
    "name": "Vasques-Santacruz vitae",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 942876.45,
    "code": "P-6",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Corrupti ut quos laudantium maxime sunt officia dolores. Ut labore sit delectus voluptatem. Et sed ea vel dolor aut sit.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b30f-7114-9609-14d3ad82342f",
    "impact": 4,
    "is_template": false,
    "merged_id": null,
    "name": "Teles-Perez voluptas",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 402351.89,
    "code": "P-7",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [],
      "deleted_at": null,
      "description": "Aperiam quam quaerat necessitatibus et nostrum ea harum.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12540,
      "name": "Sr. Alexandre de Oliveira",
      "phone": "(91) 99999-0000",
      "role": "repudiandae",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12540,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "At itaque aliquid voluptatem dolore harum qui iste. Dolor cumque asperiores autem voluptatem debitis. Vel modi sint consequuntur dolore vitae et ab.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b318-70e7-9806-482b56f78338",
    "impact": 2,
    "is_template": false,
    "merged_id": null,
    "name": "Leon e Faria sint",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 505013.5,
    "code": "P-8",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-afba-7085-bdd4-a0107165c261",
      "name": "Dr. Talita Assunção",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-afba-7085-bdd4-a0107165c261",
    "deleted_at": null,
    "description": "Dolorum ducimus non provident saepe. Vel veritatis sed ex temporibus dolore numquam neque vel. Vitae repellat eligendi fugit ut.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b325-7088-8892-15bcbb1d4942",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Feliciano e Aguiar vel",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 846712.4,
    "code": "P-9",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-afaa-7294-b6f9-c9ab2653c84e",
      "name": "Dr. Emílio Rico Leal",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-afaa-7294-b6f9-c9ab2653c84e",
    "deleted_at": null,
    "description": "Qui dolor sunt cupiditate aliquam. Et ut animi incidunt veritatis.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3808,
        "name": "Gestão de Mudanças",
        "order": 40,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3808,
          "id": 144115,
          "order": 0,
          "project_id": "019aeaa3-b330-72ab-9b23-ee58ffda374d"
        },
        "project_funnel_id": 665,
        "sensation_amount": 25,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 665,
        "name": "Educação Corporativa",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42738,
          "project_funnel_id": 665,
          "project_id": "019aeaa3-b330-72ab-9b23-ee58ffda374d",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b330-72ab-9b23-ee58ffda374d",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Salas e Leon reiciendis",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 673359.37,
    "code": "P-10",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [
        {
          "id": "019aeaa3-af8b-71d8-bb89-e65353073ee3",
          "name": "Ester Leal Pedrosa Filho",
          "pivot": {
            "contact_id": 12534,
            "customer_id": "019aeaa3-af8b-71d8-bb89-e65353073ee3"
          }
        }
      ],
      "deleted_at": null,
      "description": "Dolores nobis similique tempora vero. Eos alias ut quis maxime aliquam.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12534,
      "name": "Denise Emanuelly Esteves",
      "phone": "(91) 99999-0000",
      "role": "esse",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12534,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-afce-720f-b0d0-8f3031890129",
      "name": "Cristiano Barros Dias",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-afce-720f-b0d0-8f3031890129",
    "deleted_at": null,
    "description": "Iste qui minus recusandae voluptas est possimus inventore adipisci. Qui laudantium eum ut recusandae ea. Ut enim saepe nihil iste. Exercitationem dolorem et est distinctio iste et quaerat est.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3808,
        "name": "Gestão de Mudanças",
        "order": 40,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3808,
          "id": 144124,
          "order": 0,
          "project_id": "019aeaa3-b33a-7151-98c4-87119443e8b8"
        },
        "project_funnel_id": 665,
        "sensation_amount": 25,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 665,
        "name": "Educação Corporativa",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42747,
          "project_funnel_id": 665,
          "project_id": "019aeaa3-b33a-7151-98c4-87119443e8b8",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b33a-7151-98c4-87119443e8b8",
    "impact": 2,
    "is_template": false,
    "merged_id": null,
    "name": "Maldonado-Soto ut",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 551319,
    "code": "P-11",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Ipsum magnam omnis consectetur dolor architecto beatae. Aut sed vero sint. A voluptatem expedita harum numquam. Quo esse accusamus omnis nam a neque ut.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3808,
        "name": "Gestão de Mudanças",
        "order": 40,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3808,
          "id": 144121,
          "order": 0,
          "project_id": "019aeaa3-b345-728c-8bab-8dcd2001b0c4"
        },
        "project_funnel_id": 665,
        "sensation_amount": 25,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 665,
        "name": "Educação Corporativa",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42744,
          "project_funnel_id": 665,
          "project_id": "019aeaa3-b345-728c-8bab-8dcd2001b0c4",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b345-728c-8bab-8dcd2001b0c4",
    "impact": 6,
    "is_template": false,
    "merged_id": null,
    "name": "Azevedo e Filhos autem",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 2.5,
    "code": "P-12",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [
        {
          "id": "019aeaa3-af8b-71d8-bb89-e65353073ee3",
          "name": "Ester Leal Pedrosa Filho",
          "pivot": {
            "contact_id": 12545,
            "customer_id": "019aeaa3-af8b-71d8-bb89-e65353073ee3"
          }
        },
        {
          "id": "019aeaa3-af96-71d3-aa82-ac0fb8ed5ee6",
          "name": "Juliana Oliveira Filho",
          "pivot": {
            "contact_id": 12545,
            "customer_id": "019aeaa3-af96-71d3-aa82-ac0fb8ed5ee6"
          }
        },
        {
          "id": "019aeaa3-afc3-72a8-aca4-ff5d8687e31f",
          "name": "Denis Enzo Pedrosa Jr.",
          "pivot": {
            "contact_id": 12545,
            "customer_id": "019aeaa3-afc3-72a8-aca4-ff5d8687e31f"
          }
        }
      ],
      "deleted_at": null,
      "description": "Sunt id repellendus at dolores. Soluta minima magnam sed temporibus.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12545,
      "name": "Dr. Elisa Medina",
      "phone": "(91) 99999-0000",
      "role": "quaerat",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12545,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Error doloribus quaerat ex veniam qui illum consequatur. Necessitatibus nam officiis veniam voluptas voluptatem corporis. Sunt id quibusdam autem eum.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3818,
        "name": "Planejamento Orçamentário",
        "order": 3,
        "pivot": {
          "created_at": "2025-12-12T17:08:31.000000Z",
          "funnel_step_id": 3818,
          "id": 144231,
          "order": 0,
          "project_id": "019aeaa3-b350-71dd-a096-3b0571038cc0"
        },
        "project_funnel_id": 667,
        "sensation_amount": 49,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:13:14.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42770,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b350-71dd-a096-3b0571038cc0",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b350-71dd-a096-3b0571038cc0",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Aragão e Mendonça est",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-12T17:08:29.000000Z",
    "users": []
  },
  {
    "budget": 276114.81,
    "code": "P-13",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [],
      "deleted_at": null,
      "description": "Omnis molestias qui nobis voluptas quis sunt sapiente neque.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12560,
      "name": "Daniella Vila Verdugo",
      "phone": "(91) 99999-0000",
      "role": "blanditiis",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12560,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Animi dolores natus sapiente. Est aliquid enim voluptatem dolorum vero atque. Suscipit sed non eum dignissimos qui.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b35b-7064-be98-57b5ee358843",
    "impact": 3,
    "is_template": false,
    "merged_id": null,
    "name": "Zambrano e Maldonado S.A. molestias",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 419390.97,
    "code": "P-14",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [],
      "deleted_at": null,
      "description": "Est eius dicta quod facere dolores ut quo.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12562,
      "name": "Dr. Luis Rosa Filho",
      "phone": "(91) 99999-0000",
      "role": "sunt",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12562,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Voluptatem ut enim voluptatem laudantium. Nobis ut autem officia maiores veniam quam sit velit. Error sunt dolores nisi facilis qui ipsum. Ab ab repellat ut omnis vero sit placeat.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b365-70cb-8d2a-dc56d009c0e3",
    "impact": 7,
    "is_template": false,
    "merged_id": null,
    "name": "Aguiar-Bezerra fugiat",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 971235.1,
    "code": "P-15",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-af8b-71d8-bb89-e65353073ee3",
      "name": "Ester Leal Pedrosa Filho",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-af8b-71d8-bb89-e65353073ee3",
    "deleted_at": null,
    "description": "Perferendis rerum debitis hic quod dolorem. Doloribus consequuntur praesentium eum odio est. Facilis atque autem atque et.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b372-7239-9fc1-9dff67a223ff",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Dias Comercial Ltda. sunt",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 563563.1,
    "code": "P-16",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [
        {
          "id": "019aeaa3-afea-7332-9ec0-b1e89385f0a3",
          "name": "Dr. Ivana Matos Teles Neto",
          "pivot": {
            "contact_id": 12554,
            "customer_id": "019aeaa3-afea-7332-9ec0-b1e89385f0a3"
          }
        },
        {
          "id": "019aeaa3-affb-73cc-afff-f5f2688a5659",
          "name": "Clara Faro Soto",
          "pivot": {
            "contact_id": 12554,
            "customer_id": "019aeaa3-affb-73cc-afff-f5f2688a5659"
          }
        },
        {
          "id": "019aeaa3-b003-7298-8acb-29800025af3b",
          "name": "Edilson Maldonado Jr.",
          "pivot": {
            "contact_id": 12554,
            "customer_id": "019aeaa3-b003-7298-8acb-29800025af3b"
          }
        }
      ],
      "deleted_at": null,
      "description": "Itaque quo quo voluptates rerum ut eum saepe.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12554,
      "name": "Sara Maya Uchoa Neto",
      "phone": "(91) 99999-0000",
      "role": "et",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12554,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": {
      "id": "019aeaa3-afce-720f-b0d0-8f3031890129",
      "name": "Cristiano Barros Dias",
      "parent": null,
      "parent_id": null
    },
    "customer_id": "019aeaa3-afce-720f-b0d0-8f3031890129",
    "deleted_at": null,
    "description": "Veritatis voluptate sit fugit maiores. Et similique mollitia rerum qui facilis possimus possimus. Id ut ut eaque ipsa. Officia quam quaerat excepturi deleniti ipsam.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b37d-7167-ba8d-ca4e7327edf8",
    "impact": 9,
    "is_template": false,
    "merged_id": null,
    "name": "Pacheco e Santana voluptatem",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 207289.81,
    "code": "P-17",
    "contact": {
      "created_at": "2025-12-04T18:33:07.000000Z",
      "customers": [
        {
          "id": "019aeaa3-afb2-709a-ae6b-28fd68cdb8b7",
          "name": "Sra. Jéssica Amaral Rocha",
          "pivot": {
            "contact_id": 12552,
            "customer_id": "019aeaa3-afb2-709a-ae6b-28fd68cdb8b7"
          }
        },
        {
          "id": "019aeaa3-affb-73cc-afff-f5f2688a5659",
          "name": "Clara Faro Soto",
          "pivot": {
            "contact_id": 12552,
            "customer_id": "019aeaa3-affb-73cc-afff-f5f2688a5659"
          }
        },
        {
          "id": "019aeaa3-b003-7298-8acb-29800025af3b",
          "name": "Edilson Maldonado Jr.",
          "pivot": {
            "contact_id": 12552,
            "customer_id": "019aeaa3-b003-7298-8acb-29800025af3b"
          }
        }
      ],
      "deleted_at": null,
      "description": "Architecto eaque sunt ab magnam maiores ut aut.",
      "email": "[email protected]",
      "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "id": 12552,
      "name": "Srta. Léia Delatorre Sobrinho",
      "phone": "(91) 99999-0000",
      "role": "aut",
      "updated_at": "2025-12-04T18:33:07.000000Z"
    },
    "contact_id": 12552,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Cum quo enim corporis dolore molestiae. Ducimus voluptatum sequi alias quia nulla. Accusantium repellendus odit aut temporibus non. Non corporis maxime cum accusamus nam qui rerum.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b388-709f-ba2c-99558d8b9926",
    "impact": 4,
    "is_template": false,
    "merged_id": null,
    "name": "Marques-Aguiar aut",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 128993.22,
    "code": "P-18",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Tempora voluptatem aperiam magni numquam. Facilis expedita quaerat id omnis. Inventore ad fugiat aut accusantium nesciunt enim. Sed quo velit minus architecto placeat est.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3817,
        "name": "Desenvolvimento Conceitual",
        "order": 2,
        "pivot": {
          "created_at": "2025-12-12T17:08:04.000000Z",
          "funnel_step_id": 3817,
          "id": 144230,
          "order": 4,
          "project_id": "019aeaa3-b494-72f9-95ae-f8a472700bb5"
        },
        "project_funnel_id": 667,
        "sensation_amount": 87,
        "sort_config": {
          "arguments": [],
          "direction": "desc",
          "field": "budget"
        },
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:33:58.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42756,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b494-72f9-95ae-f8a472700bb5",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b494-72f9-95ae-f8a472700bb5",
    "impact": 3,
    "is_template": false,
    "merged_id": null,
    "name": "(Root) Ortega Ltda. enim",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 389478.16,
    "code": "P-19",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Aut sunt voluptatem eum ducimus ipsum voluptates. Ad numquam et quaerat esse rerum assumenda. Ut ut consequatur est aut officiis. Corporis asperiores fugiat ut velit asperiores rem mollitia.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b4a0-702e-83ab-1042f8fd23b0",
    "impact": 8,
    "is_template": false,
    "merged_id": null,
    "name": "(Root) Medina S.A. et",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 923726.28,
    "code": "P-20",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Ullam iste amet adipisci eius. Nihil maxime necessitatibus deleniti beatae. In odio et consequatur exercitationem. Laboriosam a dolore nostrum et labore quia eum.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b4ac-71cb-b90c-39c9032b4b93",
    "impact": 3,
    "is_template": false,
    "merged_id": null,
    "name": "(Root) Correia e Roque Ltda. repudiandae",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 118440.4,
    "code": "P-21",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Rerum amet quia et sit voluptas. Porro omnis possimus nihil similique velit occaecati. A consequatur rem maiores quidem reiciendis ut alias dolorem.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b4ba-71a6-8560-853a8526da81",
    "impact": 1,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal",
    "old_id": null,
    "parent_id": null,
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 394028.34,
    "code": "P-22",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Rem doloribus repellat eos est provident voluptatum. Occaecati a ipsum deserunt pariatur. Iste ex aut iure.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b4ca-71e2-af76-60fd1fce1cd8",
    "impact": 10,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - incidunt",
    "old_id": null,
    "parent_id": "019aeaa3-b4ba-71a6-8560-853a8526da81",
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 70737.15,
    "code": "P-23",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Qui voluptates fugit eos et rerum aut laudantium consequatur. Omnis sint reprehenderit iste magni reiciendis dolores ut. Amet aut tenetur quo est perferendis.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b4d7-71f1-a499-44aba4446db2",
    "impact": 9,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - accusantium",
    "old_id": null,
    "parent_id": "019aeaa3-b4ba-71a6-8560-853a8526da81",
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 857204.35,
    "code": "P-24",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Illum rem cum nihil fuga exercitationem quis. Id officia et porro voluptates laboriosam. Qui pariatur reprehenderit et et quia. At consequuntur et fugiat reprehenderit debitis adipisci amet.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3817,
        "name": "Desenvolvimento Conceitual",
        "order": 2,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3817,
          "id": 144134,
          "order": 2,
          "project_id": "019aeaa3-b4e6-7167-9b21-84fa4fad34ba"
        },
        "project_funnel_id": 667,
        "sensation_amount": 87,
        "sort_config": {
          "arguments": [],
          "direction": "desc",
          "field": "budget"
        },
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:33:58.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42757,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b4e6-7167-9b21-84fa4fad34ba",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b4e6-7167-9b21-84fa4fad34ba",
    "impact": 5,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - adipisci",
    "old_id": null,
    "parent_id": "019aeaa3-b4ba-71a6-8560-853a8526da81",
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 151571.28,
    "code": "P-25",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Est dolores consequatur consequatur eligendi enim. Quia harum libero sint ut perferendis aspernatur et. Dolorem illo magnam et voluptates minima ad ut.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3814,
        "name": "Criação de Prototipagem",
        "order": 45,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3814,
          "id": 144130,
          "order": 15,
          "project_id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065"
        },
        "project_funnel_id": 666,
        "sensation_amount": 50,
        "sort_config": null,
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-04T18:33:09.000000Z"
      },
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3817,
        "name": "Desenvolvimento Conceitual",
        "order": 2,
        "pivot": {
          "created_at": "2025-12-11T14:33:36.000000Z",
          "funnel_step_id": 3817,
          "id": 144215,
          "order": 11,
          "project_id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065"
        },
        "project_funnel_id": 667,
        "sensation_amount": 87,
        "sort_config": {
          "arguments": [],
          "direction": "desc",
          "field": "budget"
        },
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:33:58.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 666,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42753,
          "project_funnel_id": 666,
          "project_id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      },
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42759,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065",
    "impact": 2,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - incidunt - sed",
    "old_id": null,
    "parent_id": "019aeaa3-b4ca-71e2-af76-60fd1fce1cd8",
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 873077.55,
    "code": "P-26",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Voluptatum doloremque et eos. Enim nam id fugiat doloribus. Est corrupti a mollitia est fuga omnis nobis. Itaque in blanditiis dolore amet. Eos distinctio enim quis vel iusto.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3817,
        "name": "Desenvolvimento Conceitual",
        "order": 2,
        "pivot": {
          "created_at": "2025-12-04T18:33:09.000000Z",
          "funnel_step_id": 3817,
          "id": 144139,
          "order": 1,
          "project_id": "019aeaa3-b509-7282-af78-a14202c6c236"
        },
        "project_funnel_id": 667,
        "sensation_amount": 87,
        "sort_config": {
          "arguments": [],
          "direction": "desc",
          "field": "budget"
        },
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:33:58.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42762,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b509-7282-af78-a14202c6c236",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b509-7282-af78-a14202c6c236",
    "impact": 6,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - incidunt - nihil",
    "old_id": null,
    "parent_id": "019aeaa3-b4ca-71e2-af76-60fd1fce1cd8",
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 633662.3,
    "code": "P-27",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Incidunt beatae non dolor voluptas. Nulla quis totam aperiam ut itaque. Harum numquam corrupti dolores ad illum maxime.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b51b-72f1-a7e8-d7821a2a98d8",
    "impact": 8,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - incidunt - sed - amet",
    "old_id": null,
    "parent_id": "019aeaa3-b4f9-732c-b15e-e2bbe40e8065",
    "share_settings": null,
    "share_token": null,
    "status": 4,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 997619.02,
    "code": "P-28",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Ea excepturi iure et beatae occaecati dolorum. Ut accusantium dignissimos distinctio vel aut facere. Deserunt eum aliquam amet sunt ab. Adipisci id corrupti fuga quaerat sit illo.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b52c-71c5-b7e4-fdab5a502b71",
    "impact": 9,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - incidunt - nihil - iusto",
    "old_id": null,
    "parent_id": "019aeaa3-b509-7282-af78-a14202c6c236",
    "share_settings": null,
    "share_token": null,
    "status": 1,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 93584.8,
    "code": "P-29",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Impedit velit blanditiis sint quisquam sunt. Sapiente ut recusandae quis eos at molestiae ab et. Reiciendis ad ipsam aut voluptatum quaerat.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [
      {
        "created_at": "2025-12-04T18:33:09.000000Z",
        "form_id": null,
        "funnel_step_blockings": [],
        "help_text": null,
        "id": 3817,
        "name": "Desenvolvimento Conceitual",
        "order": 2,
        "pivot": {
          "created_at": "2025-12-12T17:08:03.000000Z",
          "funnel_step_id": 3817,
          "id": 144228,
          "order": 8,
          "project_id": "019aeaa3-b53d-72ff-bfdb-d94173d9234a"
        },
        "project_funnel_id": 667,
        "sensation_amount": 87,
        "sort_config": {
          "arguments": [],
          "direction": "desc",
          "field": "budget"
        },
        "step_backward_id": null,
        "step_forward_id": null,
        "updated_at": "2025-12-11T14:33:58.000000Z"
      }
    ],
    "funnels": [
      {
        "id": 667,
        "name": "Inovação",
        "pivot": {
          "created_at": null,
          "forecast_date": null,
          "forecast_date_update_count": 0,
          "funnel_status_id": null,
          "id": 42761,
          "project_funnel_id": 667,
          "project_id": "019aeaa3-b53d-72ff-bfdb-d94173d9234a",
          "realized_forecast_date": null,
          "statuses_at": null,
          "statuses_by": null
        },
        "tags": []
      }
    ],
    "groups": [],
    "id": "019aeaa3-b53d-72ff-bfdb-d94173d9234a",
    "impact": 5,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - accusantium - numquam",
    "old_id": null,
    "parent_id": "019aeaa3-b4d7-71f1-a499-44aba4446db2",
    "share_settings": null,
    "share_token": null,
    "status": 2,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  },
  {
    "budget": 947843.18,
    "code": "P-30",
    "contact": null,
    "contact_id": null,
    "costs": null,
    "created_at": "2025-12-04T18:33:08.000000Z",
    "created_by": null,
    "customer": null,
    "customer_id": null,
    "deleted_at": null,
    "description": "Voluptas ipsum tempora et inventore est voluptatum provident. Est aut saepe voluptatem culpa non esse. Ab ipsum eum voluptatem laudantium. Officiis cupiditate quia perferendis omnis quia.",
    "executors": [],
    "form": null,
    "form_answers": [],
    "frame": {
      "id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
      "model_forms": null,
      "name": "OlieDev Company ",
      "subdomain": "devframe"
    },
    "frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
    "funnel_steps": [],
    "funnels": [],
    "groups": [],
    "id": "019aeaa3-b550-71a6-8566-25d68eaaa389",
    "impact": 8,
    "is_template": false,
    "merged_id": null,
    "name": "Projeto Hierárquico Principal - accusantium - non",
    "old_id": null,
    "parent_id": "019aeaa3-b4d7-71f1-a499-44aba4446db2",
    "share_settings": null,
    "share_token": null,
    "status": 3,
    "tags": [],
    "tasks": [],
    "updated_at": "2025-12-04T18:33:08.000000Z",
    "users": []
  }
]
response
boolean
Example:

true