Re: [Dhis2-users] API Access to indicators

2015-11-03 Thread Matt Berg
Lars thank you understood. Thanks everyone this is extremely helpful. Matt On Wednesday, November 4, 2015, Lars Helge Øverland wrote: > Hi Matt, > > note that we do not store indicator values at all in the system. > Calculated / aggregated indicator values are computed on the fly and can be >

Re: [Dhis2-users] API Access to indicators

2015-11-03 Thread Lars Helge Øverland
Hi Matt, note that we do not store indicator values at all in the system. Calculated / aggregated indicator values are computed on the fly and can be retrieved through the analytics web api resource . Like Jan says, playing with t

Re: [Dhis2-users] API Access to indicators

2015-11-02 Thread Jan Henrik Øverland
Hi Matt, You can do crud operations both on /api/indicators directly or via /api/metadata. Have a look at the web api documentation: https://www.dhis2.org/doc/snapshot/en/developer/html/ch01.html A good way to learn how to pull out data values is to play around in the pivot table app https://apps

Re: [Dhis2-users] API Access to indicators

2015-11-02 Thread Knut Staring
Hi Matt, Please take a look at the Analytics API: https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s27.html Cheers, Knut On Mon, Nov 2, 2015 at 7:52 AM, Matt Berg wrote: > Hi DHIS2 Community, > > The DHIS2 indicator engine is very possible. We are interested in > exploring ways to int

[Dhis2-users] API Access to indicators

2015-11-01 Thread Matt Berg
Hi DHIS2 Community, The DHIS2 indicator engine is very possible. We are interested in exploring ways to integrate it with external platforms and UI's. I'm curious on the API support for indicators. From the documentation, it looks like you might only be able to get indicator descriptions from t