Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Filter within API Request

Hello,   i want to set a filter within a JSON Request. The code seems to be ok but i am not seeing the filtered data. for example     Does someone has a tip for me how i can get the filte...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I have found the mistake. Some braces were missing.

     

    filter = [type="C__OBJTYPE__APPLIKATIONSLISTE"], category = "C__CATG__CONTACT",

     --> category = {"C......"}

     

    Neverthless, thank you for your input !