# List of policies that are best suited for given parameters

## Get policies by categories and text

<mark style="color:green;">`POST`</mark> `/policies/filtered-policies`

Get policies by categories and text

#### Request Body

| Name                                          | Type   | Description          |
| --------------------------------------------- | ------ | -------------------- |
| categoryIds<mark style="color:red;">\*</mark> | String | List of Category IDs |
| text<mark style="color:red;">\*</mark>        | String | filter text          |

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

```
[
  "string"
]
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}
