Re: [Dhis2-devs] [Dhis2-users] Web API : Get Indicator Value

2015-11-16 Thread Pamod Amarakoon
Dear Hannan, Thank you for the reply. Use case was to auto fill a dataElement from a value of a previous Day/Month dataSet, will try your lead with indicators On Mon, Nov 16, 2015 at 4:07 PM, Hannan Khan wrote: > Dear Pamod > > To get a indicator through web API is by calling using uid of the >

Re: [Dhis2-devs] [Dhis2-users] Web API : Get Indicator Value

2015-11-16 Thread Hannan Khan
Dear Pamod To get a indicator through web API is by calling using uid of the indicator. for example: https://play.dhis2.org/demo/api/indicators/ReUHfIn0pTQ will give you 'ANC 1-3 Dropout Rate'; the last 11 digit is the uid of the indicator. Indicator values are not saved in tables, DHIS2 calcula