marello icon indicating copy to clipboard operation
marello copied to clipboard

API Errors

Open bobbrodie opened this issue 5 years ago • 1 comments

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:

  1. When you go to Admin > Reports & Segments > Manage Segments
  2. In /api/doc#get--api-marelloproducts

bobbrodie avatar May 16 '19 14:05 bobbrodie

Hi @bobbrodie,

Thank you for reporting. We were not able to verify/reproduce the issue specifically, could please add some more information on how to reproduce this error? Some information which might be useful to reproduce is the version of Marello; does it have custom code in Marello instance; is Marello installed with another Oro product (OroCommerce, OroCRM). Thanks!

When navigating to the Admin > Reports & Segments > Manage Segments section of the application and creating a segment with the Product entity, we do no have the same results. Meaning we do not see this issue appear nor do we see this appear in the API call you mentioned.

Kind Regards,

Jaimy Casteleijn

24198 avatar May 21 '19 08:05 24198