Re: [Dhis2-users] OAuth token api status: 403 access denied.. urgent please!

2017-07-17 Thread Andrei Evguenov
denied"} > > > I have attempted to solve this in many ways without luck. I eventually want > to create HTTP requests in a JS application, but I can't even seem to get > credentials using a curl request. Any help would be appreciated. > > > Thanks! > > > >

[Dhis2-users] OAuth token api status: 403 access denied.. urgent please!

2017-07-14 Thread Andrei Evguenov
Hi, we’ve been using DHIS2 2.6 in development phase (without updating instance for the 2-3 months). Upon deployment updated to the newest release and having some headache with 403 access denied response when trying to acquire token. At first I thought it was our server setup, but it seems even

[Dhis2-users] Aggregation by latest period

2017-06-11 Thread Andrei Evguenov
Hi, Is there any way in analytic api to select latest data value for aggregation ? As per example: orgUnitParent -> child1,child2 dataElement [number] de1 dataSet [monthly] -> de1 dataValue: de1 -> child1 -> 2017-03-01 -> value = 10 dataValue: de1 -> child2 -> 2017-03-01 -> value = 4 At this