Re: [Dhis2-devs] [Dhis2-users] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Gaurav Kumar
Hi Morten, Could this be linked to the issue I reported earlier? [Bug]DHIS2-1911(WEB API: Recursive filtering not working with more than one AND filter). Regards, GAURAV From: Dhis2-devs [mailto:dhis2-devs-bounces+gkumar=internationalmedicalcorps@

Re: [Dhis2-devs] [Dhis2-users] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Jason Pickering
Seems to work as its documented (at least in some cases) https://play.dhis2.org/dev/api/dataElements?filter=name:like:IPT Gives all data elements which contain IPT https://play.dhis2.org/dev/api/dataElements?filter=name:like:IPT&filter=name:like:1st Gives all data elements which contain IPT and

[Dhis2-devs] Epidemiological Week

2017-07-27 Thread Nayeem Al Mifthah
Dear Developers, While selecting epidemiological week starting Sunday, I have found that, it exclude first week of 2017. I think it should start with 1st January 2017. [image: Inline image 1] *Nayeem Al Mifthah* *Consultant for HSS, Health MIS, M&E* Email: n.mift...@gmail.com Cell:+88019140305

[Dhis2-devs] Fwd: [Dhis2-users] API calls using Node.js examples

2017-07-27 Thread Knut Staring
This is a good question for the dev list. -- Forwarded message -- From: Jesus Solano-Roman Date: Thu, Jul 27, 2017 at 3:15 PM Subject: [Dhis2-users] API calls using Node.js examples To: "dhis2-users lists.launchpad.net" Hello all. I would like to know if someone could point ou

Re: [Dhis2-devs] [Dhis2-users] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Mamadou Diao Diallo
Many thanks for all of you, I will just use the @Jason idea with path filter before to have a best way to handle it. Best Diao On Thu, Jul 27, 2017 at 8:26 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Seems to work as its documented (at least in some cases) > > https://play.dhis2

Re: [Dhis2-devs] [Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Lars Helge Ă˜verland
Hi Jesus, the API endpoint should work. There are a few parameters which are mandatory: https://play.dhis2.org/demo/api/26/analytics/events/aggregate/eBAyeGv0exc.json?dimension=ou:ImspTQPwCqd&dimension=pe:LAST_4_QUARTERS&dimension=fWIAEtYVEGk&dimension=oZg33kd9taw&stage=Zj7UnCAulEk&displayPropert

Re: [Dhis2-devs] [Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Lars Helge Ă˜verland
No worries. Lars On Thu, Jul 27, 2017 at 6:22 PM, Jesus Solano-Roman < asol...@broadinstitute.org> wrote: > Hi Lars. > > Thanks for the quick reply. This should fix it, my apologies for not > reading more carefully. > > > > *Antonio Solano-Roman* > > Data Visualization & User Experience Design >

Re: [Dhis2-devs] Fwd: [Dhis2-users] API calls using Node.js examples

2017-07-27 Thread Morten Olav Hansen
Hi I don't think we have any immediate plans to include this in the docs, the idea about using cURL is that it's completely language neutral and any language these days should give you the tools to interact with the API. That said, a simple example for fetch the data elements from a DHIS2 server

[Dhis2-devs] Fwd: Re: Fwd: [Dhis2-users] API calls using Node.js examples

2017-07-27 Thread Knut Staring
-- Forwarded message -- From: "Samson Bekele" Date: Jul 28, 2017 6:34 AM Subject: Re: [Dhis2-devs] Fwd: [Dhis2-users] API calls using Node.js examples To: "Knut Staring" Cc: I tried to call the api from node js application. Here the lesson I learned. 1. CORS, because your node.j