Re: [Dhis2-devs] Web-api support for getting all children for selected organisationunit not immediate children

2015-08-23 Thread Mark Polak
Hey, You can do something like this: https://apps.dhis2.org/demo/api/organisationUnits/jUb8gELQApl.json?includeDescendants=true However depending on for which organisation unit you do this it might become a very heavy request. (If you request your top level it will return you all the orgunits) W

[Dhis2-devs] Web-api support for getting all children for selected organisationunit not immediate children

2015-08-22 Thread Mithilesh Kumar Thakur
Hi, I have a requirement to get the list of all children for selected organisationunit not immediate children So Is any url for web-api so that we can get the list of all children for selected organisationunit not immediate children. -- Thanks and Regards Mithilesh Kumar Thakur

[Dhis2-devs] web-api support for total count of dataElements with category option combination for a particular dataSets

2015-08-22 Thread Mithilesh Kumar Thakur
Hi, Actually i have a need to count all dataElements with category option combination for a particular dataSets. So Is any url for web-api so that we can get dataElements list with categorycombination of dataSet when we pass the dataset uid in url -- Thanks and Regards Mithilesh Kuma

Re: [Dhis2-devs] Web API Support For Data Value Audit

2015-06-17 Thread Harsh Atal
Thank You Lars. My vote for including it in existing data values. regards harsh On 17 June 2015 at 12:44, Lars Helge Øverland wrote: > Hi Harsh, > > that's a good point. We don't support it per now. I have a written a > blueprint here: > > https://blueprints.launchpad.net/dhis2/+spec/web-api-

Re: [Dhis2-devs] Web API Support For Data Value Audit

2015-06-17 Thread Lars Helge Øverland
Hi Harsh, that's a good point. We don't support it per now. I have a written a blueprint here: https://blueprints.launchpad.net/dhis2/+spec/web-api-audit-trail A question is whether we should support this through a new api resource, or optionally include it in the existing data values / data val

[Dhis2-devs] Web API Support For Data Value Audit

2015-06-15 Thread Harsh Atal
Hi Is it possible to access data value audit details through the web api? Going by the documentation it seems its not supported yet. Is that true? Are there any plans to support this in the near future? Regards Harsh ___ Mailing list: https://launchpa

[Dhis2-devs] [dhis2-devs][web-api]Support for ! operator in trackedEntityInstances parameters?

2015-05-20 Thread Harsh Atal
Hi All I am trying to get all the TEIs which are not of a particular tracked entity. I tried with the ! operator but i don't think that this works. Here is a template request I used to test on the dev server - [ *https://apps.dhis2.org/dev/api/trackedEntityInstances.json?ou=DiszpKrYNg8&ouMode=SEL

Re: [Dhis2-devs] Web-api support

2015-01-03 Thread Lars Helge Øverland
Hi Neeraj, the reporting rate summary is not exposed at such in the web api. The closest thing you can get is reporting rates per data sets from the analytics resource. We have long planned to implement support for number of data sets etc there but haven't done it yet. regards, Lars On Sat, Jan

[Dhis2-devs] Web-api support

2015-01-03 Thread Neeraj Gupta
Hi all, Can you please point to any reference link/ document to get reporting rate summary (not reporting rate, this can be done from pivot table) using web-api. Web-api support for below functionality: https://apps.dhis2.org/demo/dhis-web-reporting/displayViewDataCompletenessForm.action -- Tha