Re: [Dhis2-devs] [Dhis2-users] Recursive filters not working in the DHIS2 web API

2017-07-06 Thread Gaurav Kumar
Hi Morten, Thanks for the prompt response, I understood the OR query. But I don’t want an OR operation, I want the dataElementGroup which has both the Des as members. How to achieve that? As per the documentation the query the sent should give me groups which have both the ID1 & ID2

Re: [Dhis2-devs] [Dhis2-users] Recursive filters not working in the DHIS2 web API

2017-07-06 Thread Morten Olav Hansen
Hi Gaurav This was change quite some time back. The default filter operator is now AND, which means that query will not work. You have 2 options: https:/ serverurl.org/api/26/dataElementGroups.json?filter=dataElements.id:in:[ID1,ID2] or https:/