---
title: "Changes to Busca avançada de projetos"
method: POST
path: "/api/management/projects/search"
---

# Changes to Busca avançada de projetos

`POST /api/management/projects/search`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 80 revisions.

- **2026-08-24** `3c590152d5b5` — 16 breaking, 17 warning, 24 info
- **2026-08-19** `3d619d9db20d` — 2 info

## Changes

- **2026-08-24** `3c590152d5b5` — 16 breaking, 17 warning, 24 info
  - request property `filters/items/operator` was restricted to a list of enum values
  - request property `sorting/items/direction` was restricted to a list of enum values
  - the request property `filters/items/field` became required
  - the request property `filters/items/operator` became required
  - removed the enum value `and` of the request property `filters/items/logical_operator`
  - removed the enum value `or` of the request property `filters/items/logical_operator`
  - the `filters/items/arguments/items/` request property type changed from `string` to no type
  - the `filters/items/value` request property type changed from `string` to no type
  - the response property `meta/from` became nullable for the status `200`
  - the response property `meta/to` became nullable for the status `200`
  - the response property `projects/items/budget` became nullable for the status `200`
  - the response property `projects/items/contact_id` became nullable for the status `200`
  - the response property `projects/items/customer_id` became nullable for the status `200`
  - the response property `projects/items/description` became nullable for the status `200`
  - the response property `projects/items/impact` became nullable for the status `200`
  - the `projects/items/contact_id` response's property type changed from `integer` to `string`, and format from no format to `uuid` for status `200`
  - removed the request property `sorting/items/arguments`
  - removed the request property `template`
  - removed the request property `trashed`
  - removed the optional property `file` from the response with the `422` status
  - removed the optional property `projects/items/contact` from the response with the `200` status
  - removed the optional property `projects/items/customer` from the response with the `200` status
  - removed the optional property `projects/items/executors` from the response with the `200` status
  - removed the optional property `projects/items/form_answers` from the response with the `200` status
  - removed the optional property `projects/items/frame` from the response with the `200` status
  - removed the optional property `projects/items/funnel_steps` from the response with the `200` status
  - removed the optional property `projects/items/funnels` from the response with the `200` status
  - removed the optional property `projects/items/groups` from the response with the `200` status
  - removed the optional property `projects/items/tags` from the response with the `200` status
  - removed the optional property `projects/items/tasks` from the response with the `200` status
  - removed the optional property `projects/items/users` from the response with the `200` status
  - removed the optional property `stacktrace` from the response with the `422` status
  - removed the optional property `validation/field` from the response with the `422` status
  - added the new `asc` enum value to the request property `sorting/items/direction`
  - added the new `contains` enum value to the request property `filters/items/operator`
  - added the new `desc` enum value to the request property `sorting/items/direction`
  - added the new `equals` enum value to the request property `filters/items/operator`
  - added the new `greater_than` enum value to the request property `filters/items/operator`
  - added the new `greater_than_or_equals` enum value to the request property `filters/items/operator`
  - added the new `is_not_null` enum value to the request property `filters/items/operator`
  - …17 more
- **2026-08-19** `3d619d9db20d` — 2 info
  - api tag `Projetos` added
  - added the media type `application/json` for the response with the status `422`

---

[Operation](https://skmtc.dev/olie-ai/apis/olie-api/docs/api/management/projects/search/post.md) · [API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [Page](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/search/post)
