# Search Projects by filters

## Search projects by filters

<mark style="color:green;">`POST`</mark> `/projects/search`

Search projects by filters

#### Request Body

| Name                                | Type   | Description                     |
| ----------------------------------- | ------ | ------------------------------- |
| q<mark style="color:red;">\*</mark> | String | The question of the methodology |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
[
  {
    "id": "string",
    "policyId": "string",
    "policyName": "string",
    "registered": "string",
    "title": "string",
    "companyName": "string",
    "sectoralScope": "string"
  }
]
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
{
  "code": 0,
  "message": "string"
}
```

{% endtab %}
{% endtabs %}
