Parameters
| Parameter | Description |
|---|---|
| Filters | A filter parameter that accepts a subset of MongoDB-style queries to filter by. Supported operators may differ based on the field’s data type. For Example: * Find a tag by its name. * Find tags that are either blue or green.To learn more about building MongoDB queries, please visit MongoDB documentation. |