There are various parts of the API that return the same error:
{
"errors": [
{
"status": "400",
"title": "filter constraint",
"detail": "The filter is not supported.",
"source": {
"parameter": "q"
}
}
]
}
Two places we've observed this are:
- When you go to Admin > Reports & Segments > Manage Segments
- In /api/doc#get--api-marelloproducts
There are various parts of the API that return the same error:
{ "errors": [ { "status": "400", "title": "filter constraint", "detail": "The filter is not supported.", "source": { "parameter": "q" } } ] }Two places we've observed this are: