Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Barnabas Akumba
Thanks Knut & Sekibou.

Your suggestions have been very useful.

Regards

On Wed, May 9, 2018 at 10:21 AM, Knut Staring  wrote:

> Actually the link from Sakibou is more pertinent than what I sent, but I
> strongly recommend reading both parts of the manual thoroughly and
> experiment with the long range of parameters listed.
>
> Knut
>
> On Wed, May 9, 2018 at 11:09 AM, Barnabas Akumba 
> wrote:
>
>> Thanks Knut.
>> Will give it a try.
>>
>> Regards
>>
>> On Wed, May 9, 2018, 9:29 AM Knut Staring  wrote:
>>
>>> Hi Barnabas,
>>>
>>> For this I think you need to use the Analytics API:
>>>
>>> Organisation unit identifiers, and keywords USER_ORGUNIT,
>>> USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
>>> OU_GROUP-
>>>
>>> https://docs.dhis2.org/master/en/developer/html/webapi_analy
>>> tics.html#webapi_analytics_dimensions_and_items
>>>
>>> On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
>>> wrote:
>>>
 Hello All,

 I want to query the datavaluesets endpoint in such a way that I should
 be able to get Datavalues for all the facilities under a particular level
 i.e. District. Is it possible?
 For example the API Below, can I change the orgUnit argument in the
 line below to give the datavalues for all the facilities under a particular
 district?

 https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBO
 MPrpg1QX=201701=DiszpKrYNg8

 Any help will be appreciated.

 Regards



 On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:

> I suppose you mean through the Analytics API, since you can do
> something like this:
>
> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBO
> MPrpg1QX=201701=DiszpKrYNg8
>
> On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba <
> akumbaba...@gmail.com> wrote:
>
>> Hello Devs,
>>
>> I have looked at the "datavalue" table and discovered there are two
>> columns (created and lastupdated). This I assume are supposed to be be 
>> the
>> date (time stamp) of submission and update of the data values.
>>
>> In trying to query the API for the data values, I however have issues
>> with fetching either the created or lastupdated time stamps. Is there any
>> way to fetch these two fields (time stamps) along side the data values?
>>
>> Your prompt response'll be highly appreciated.
>>
>> Regards
>>
>>
>> --
>>
>> Barnabas AKUMBA
>>
>> *Mobile:* +2348036195778
>> *Skype:* barnabas.akumba
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
> Skype: knutstar
>



 --

 Barnabas AKUMBA

 *Mobile:* +2348036195778
 *Skype:* barnabas.akumba

>>>
>>>
>>>
>>> --
>>> Knut Staring
>>>
>>> Department of Information, Evidence and Research
>>> World Health Organization, Geneva, Switzerland
>>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>>> Skype: knutstar
>>>
>>
>
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
> Skype: knutstar
>



-- 

Barnabas AKUMBA

*Mobile:* +2348036195778
*Skype:* barnabas.akumba
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Knut Staring
Actually the link from Sakibou is more pertinent than what I sent, but I
strongly recommend reading both parts of the manual thoroughly and
experiment with the long range of parameters listed.

Knut

On Wed, May 9, 2018 at 11:09 AM, Barnabas Akumba 
wrote:

> Thanks Knut.
> Will give it a try.
>
> Regards
>
> On Wed, May 9, 2018, 9:29 AM Knut Staring  wrote:
>
>> Hi Barnabas,
>>
>> For this I think you need to use the Analytics API:
>>
>> Organisation unit identifiers, and keywords USER_ORGUNIT,
>> USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
>> OU_GROUP-
>>
>> https://docs.dhis2.org/master/en/developer/html/webapi_
>> analytics.html#webapi_analytics_dimensions_and_items
>>
>> On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
>> wrote:
>>
>>> Hello All,
>>>
>>> I want to query the datavaluesets endpoint in such a way that I should
>>> be able to get Datavalues for all the facilities under a particular level
>>> i.e. District. Is it possible?
>>> For example the API Below, can I change the orgUnit argument in the line
>>> below to give the datavalues for all the facilities under a particular
>>> district?
>>>
>>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=
>>> pBOMPrpg1QX=201701=DiszpKrYNg8
>>>
>>> Any help will be appreciated.
>>>
>>> Regards
>>>
>>>
>>>
>>> On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:
>>>
 I suppose you mean through the Analytics API, since you can do
 something like this:

 https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=
 pBOMPrpg1QX=201701=DiszpKrYNg8

 On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba  wrote:

> Hello Devs,
>
> I have looked at the "datavalue" table and discovered there are two
> columns (created and lastupdated). This I assume are supposed to be be the
> date (time stamp) of submission and update of the data values.
>
> In trying to query the API for the data values, I however have issues
> with fetching either the created or lastupdated time stamps. Is there any
> way to fetch these two fields (time stamps) along side the data values?
>
> Your prompt response'll be highly appreciated.
>
> Regards
>
>
> --
>
> Barnabas AKUMBA
>
> *Mobile:* +2348036195778
> *Skype:* barnabas.akumba
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


 --
 Knut Staring

 Department of Information, Evidence and Research
 World Health Organization, Geneva, Switzerland
 Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
 Skype: knutstar

>>>
>>>
>>>
>>> --
>>>
>>> Barnabas AKUMBA
>>>
>>> *Mobile:* +2348036195778
>>> *Skype:* barnabas.akumba
>>>
>>
>>
>>
>> --
>> Knut Staring
>>
>> Department of Information, Evidence and Research
>> World Health Organization, Geneva, Switzerland
>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>> Skype: knutstar
>>
>


-- 
Knut Staring

Department of Information, Evidence and Research
World Health Organization, Geneva, Switzerland
Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
Skype: knutstar
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Sakibou Alassani
Hi Barnabas,
You can add *children=true*
Also you can *idScheme=name* if you want name of metadata than uid in
response.

More details here
https://docs.dhis2.org/2.29/en/developer/html/dhis2_developer_manual_full.html#webapi_reading_data_values
Think this can help.
Best.

2018-05-09 8:29 GMT+00:00 Knut Staring :

> Hi Barnabas,
>
> For this I think you need to use the Analytics API:
>
> Organisation unit identifiers, and keywords USER_ORGUNIT,
> USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
> OU_GROUP-
>
> https://docs.dhis2.org/master/en/developer/html/webapi_
> analytics.html#webapi_analytics_dimensions_and_items
>
> On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
> wrote:
>
>> Hello All,
>>
>> I want to query the datavaluesets endpoint in such a way that I should be
>> able to get Datavalues for all the facilities under a particular level i.e.
>> District. Is it possible?
>> For example the API Below, can I change the orgUnit argument in the line
>> below to give the datavalues for all the facilities under a particular
>> district?
>>
>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBO
>> MPrpg1QX=201701=DiszpKrYNg8
>>
>> Any help will be appreciated.
>>
>> Regards
>>
>>
>>
>> On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:
>>
>>> I suppose you mean through the Analytics API, since you can do something
>>> like this:
>>>
>>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBO
>>> MPrpg1QX=201701=DiszpKrYNg8
>>>
>>> On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba 
>>> wrote:
>>>
 Hello Devs,

 I have looked at the "datavalue" table and discovered there are two
 columns (created and lastupdated). This I assume are supposed to be be the
 date (time stamp) of submission and update of the data values.

 In trying to query the API for the data values, I however have issues
 with fetching either the created or lastupdated time stamps. Is there any
 way to fetch these two fields (time stamps) along side the data values?

 Your prompt response'll be highly appreciated.

 Regards


 --

 Barnabas AKUMBA

 *Mobile:* +2348036195778
 *Skype:* barnabas.akumba

 ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-devs@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp


>>>
>>>
>>> --
>>> Knut Staring
>>>
>>> Department of Information, Evidence and Research
>>> World Health Organization, Geneva, Switzerland
>>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>>> Skype: knutstar
>>>
>>
>>
>>
>> --
>>
>> Barnabas AKUMBA
>>
>> *Mobile:* +2348036195778
>> *Skype:* barnabas.akumba
>>
>
>
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
> Skype: knutstar
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 

**Sakibou
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Barnabas Akumba
Thanks Knut.
Will give it a try.

Regards

On Wed, May 9, 2018, 9:29 AM Knut Staring  wrote:

> Hi Barnabas,
>
> For this I think you need to use the Analytics API:
>
> Organisation unit identifiers, and keywords USER_ORGUNIT,
> USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
> OU_GROUP-
>
>
> https://docs.dhis2.org/master/en/developer/html/webapi_analytics.html#webapi_analytics_dimensions_and_items
>
> On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
> wrote:
>
>> Hello All,
>>
>> I want to query the datavaluesets endpoint in such a way that I should be
>> able to get Datavalues for all the facilities under a particular level i.e.
>> District. Is it possible?
>> For example the API Below, can I change the orgUnit argument in the line
>> below to give the datavalues for all the facilities under a particular
>> district?
>>
>>
>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBOMPrpg1QX=201701=DiszpKrYNg8
>>
>> Any help will be appreciated.
>>
>> Regards
>>
>>
>>
>> On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:
>>
>>> I suppose you mean through the Analytics API, since you can do something
>>> like this:
>>>
>>>
>>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBOMPrpg1QX=201701=DiszpKrYNg8
>>>
>>> On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba 
>>> wrote:
>>>
 Hello Devs,

 I have looked at the "datavalue" table and discovered there are two
 columns (created and lastupdated). This I assume are supposed to be be the
 date (time stamp) of submission and update of the data values.

 In trying to query the API for the data values, I however have issues
 with fetching either the created or lastupdated time stamps. Is there any
 way to fetch these two fields (time stamps) along side the data values?

 Your prompt response'll be highly appreciated.

 Regards


 --

 Barnabas AKUMBA

 *Mobile:* +2348036195778
 *Skype:* barnabas.akumba

 ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-devs@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp


>>>
>>>
>>> --
>>> Knut Staring
>>>
>>> Department of Information, Evidence and Research
>>> World Health Organization, Geneva, Switzerland
>>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>>> Skype: knutstar
>>>
>>
>>
>>
>> --
>>
>> Barnabas AKUMBA
>>
>> *Mobile:* +2348036195778
>> *Skype:* barnabas.akumba
>>
>
>
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
> Skype: knutstar
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Barnabas Akumba
Hi Sekibou,

Thanks for the information.

Will try it out and see.

Regards

On Wed, May 9, 2018, 10:01 AM Sakibou Alassani 
wrote:

> Hi Barnabas,
> You can add *children=true*
> Also you can *idScheme=name* if you want name of metadata than uid in
> response.
>
> More details here
> https://docs.dhis2.org/2.29/en/developer/html/dhis2_developer_manual_full.html#webapi_reading_data_values
> Think this can help.
> Best.
>
> 2018-05-09 8:29 GMT+00:00 Knut Staring :
>
>> Hi Barnabas,
>>
>> For this I think you need to use the Analytics API:
>>
>> Organisation unit identifiers, and keywords USER_ORGUNIT,
>> USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
>> OU_GROUP-
>>
>>
>> https://docs.dhis2.org/master/en/developer/html/webapi_analytics.html#webapi_analytics_dimensions_and_items
>>
>> On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
>> wrote:
>>
>>> Hello All,
>>>
>>> I want to query the datavaluesets endpoint in such a way that I should
>>> be able to get Datavalues for all the facilities under a particular level
>>> i.e. District. Is it possible?
>>> For example the API Below, can I change the orgUnit argument in the line
>>> below to give the datavalues for all the facilities under a particular
>>> district?
>>>
>>>
>>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBOMPrpg1QX=201701=DiszpKrYNg8
>>>
>>> Any help will be appreciated.
>>>
>>> Regards
>>>
>>>
>>>
>>> On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:
>>>
 I suppose you mean through the Analytics API, since you can do
 something like this:


 https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBOMPrpg1QX=201701=DiszpKrYNg8

 On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba  wrote:

> Hello Devs,
>
> I have looked at the "datavalue" table and discovered there are two
> columns (created and lastupdated). This I assume are supposed to be be the
> date (time stamp) of submission and update of the data values.
>
> In trying to query the API for the data values, I however have issues
> with fetching either the created or lastupdated time stamps. Is there any
> way to fetch these two fields (time stamps) along side the data values?
>
> Your prompt response'll be highly appreciated.
>
> Regards
>
>
> --
>
> Barnabas AKUMBA
>
> *Mobile:* +2348036195778
> *Skype:* barnabas.akumba
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


 --
 Knut Staring

 Department of Information, Evidence and Research
 World Health Organization, Geneva, Switzerland
 Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
 Skype: knutstar

>>>
>>>
>>>
>>> --
>>>
>>> Barnabas AKUMBA
>>>
>>> *Mobile:* +2348036195778
>>> *Skype:* barnabas.akumba
>>>
>>
>>
>>
>> --
>> Knut Staring
>>
>> Department of Information, Evidence and Research
>> World Health Organization, Geneva, Switzerland
>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>> Skype: knutstar
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
>
> **Sakibou
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] The DHIS2 Academy Bulletin

2018-05-09 Thread DHIS2 Academy Team


DHIS2 Academy Bulletin
View this email in your browser 
(https://mailchi.mp/dhis2/the-dhis2-academy-bulletin-1474601?e=e593fb2660)
https://www.dhis2.org/
6 reasons to attend a DHIS2 Academy


** Get to know DHIS2 latest features

Interact with members of DHIS2 Community



**
Learn from experts how to address real life challenges



** Be awarded with a certificate

Do you have any questions? Now it is time to ask



**
Proven track record: Since 2011, over 3500 participants from 60 countries have 
been trained

Our Level 1 Academies
The Information Use Academies

"Data has to tell a story, and the visualization techniques employed will 
dictate the quality of the narrative." In information management systems, data 
is consumed for decision making through clear and concise dashboards 
(collections of different data visualizations, charts, maps, and pivot tables).

Choosing the most appropriate visualization technique or dashboard to convey a 
certain message or target a specific audience is key for program success.

Whether you are based in Asia, West or East Africa, check out the next DHIS2 
Information Use Academy and do not hesitate to register!
«Les données nous racontent une histoire, et les techniques de visualisation 
dictent la qualité de la narration». Vous souhaitez en apprendre plus sur 
l'Utilisation de l'Information? N’hésitez pas à vous inscrire à la prochaine 
Académie.

More on Information Use (https://www.dhis2.org/information-use)

2 - 7 Juillet 2018
Lomé, Togo

Cette Académie sur l'Utilisation de l'Information s'adresse à notre communauté 
francophone en Afrique de l'Ouest et Afrique Centrale. Inscrivez-vous
ici 
(https://docs.google.com/forms/d/e/1FAIpQLSfzumv4JYwxg4Myb8U608KG07PlxCJL0zQzLiCws7AfOpcCVg/viewform?embedded=true)

2 - 7 July 2018
Shimla, India

This 6 day Academy targets our community members based in Asia. Register
here (https://www.dhis2.org/india2018-home)

9 - 14 July 2018
Kigali, Rwanda

Participants coming from Eastern and Southern Africa will learn how to enhance 
the use of DHIS2 in their daily work. Register
here 
(https://docs.google.com/forms/d/e/1FAIpQLSfFTi8f7gOHZZfvQpN3cSk0Hw1YV341Pw_pDr3M8hd-8X7ijQ/viewform?embedded=true)

The DHIS2 Tracker Academy
16 - 21 July
Lagos, Nigeria

This 6 day specialization course covers all aspects of DHIS2 tracker; the 
feature set in DHIS2 supporting event and patient (tracked entity) level data.

Get introduced to basic concepts of designing, collecting, analyzing and 
performing preliminary administration on event and case-based data. The course 
will focus on:

- How to set up tracking and event based programs for both web and android. 
Configuring tracker for surveys will also be covered;

- The sharing model.
Register now (https://goo.gl/forms/YuRDtjiMqSWu6IE02)
The DHIS2 Experts Academy Oslo 2018
18 - 22 June
Norway
Through plenary and parallel sessions, discussions and hands-on demos, use case 
bazaars and heated discussions, this Academy will be an opportunity to meet 
with experienced international DHIS2 implementers, the key people providing 
technical support to initiate and maintain large-scale DHIS2 projects.

Learn more on the DHIS2 Experts Academy (https://www.dhis2.org/oslo2018-home)
Connect with us
https://www.facebook.com/dhis2
https://twitter.com/dhis_2
https://plus.google.com/explore/DHIS2
mailto:alic...@ifi.uio.no


HISP Oslo
P.O. Box 1080 Blindern
N-0316 Norway

You're receiving this because you registered to a DHIS2 Academy

** unsubscribe from this list 
(https://uio.us10.list-manage.com/unsubscribe?u=d86b474ea589b655ce766f7f3=ad0f746648=e593fb2660=697bbfe29d)
I ** update 
(https://uio.us10.list-manage.com/profile?u=d86b474ea589b655ce766f7f3=ad0f746648=e593fb2660)
subscription ** preferences 
(https://uio.us10.list-manage.com/profile?u=d86b474ea589b655ce766f7f3=ad0f746648=e593fb2660)___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data Value Submission Date

2018-05-09 Thread Knut Staring
Hi Barnabas,

For this I think you need to use the Analytics API:

Organisation unit identifiers, and keywords USER_ORGUNIT,
USER_ORGUNIT_CHILDREN, USER_ORGUNIT_GRANDCHILDREN, LEVEL- and
OU_GROUP-

https://docs.dhis2.org/master/en/developer/html/webapi_analytics.html#webapi_analytics_dimensions_and_items

On Tue, May 8, 2018 at 6:02 PM, Barnabas Akumba 
wrote:

> Hello All,
>
> I want to query the datavaluesets endpoint in such a way that I should be
> able to get Datavalues for all the facilities under a particular level i.e.
> District. Is it possible?
> For example the API Below, can I change the orgUnit argument in the line
> below to give the datavalues for all the facilities under a particular
> district?
>
> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=
> pBOMPrpg1QX=201701=DiszpKrYNg8
>
> Any help will be appreciated.
>
> Regards
>
>
>
> On Mon, Apr 30, 2018 at 3:20 PM, Knut Staring  wrote:
>
>> I suppose you mean through the Analytics API, since you can do something
>> like this:
>>
>> https://play.dhis2.org/2.29/api/26/dataValueSets?dataSet=pBO
>> MPrpg1QX=201701=DiszpKrYNg8
>>
>> On Mon, Apr 30, 2018 at 4:08 PM, Barnabas Akumba 
>> wrote:
>>
>>> Hello Devs,
>>>
>>> I have looked at the "datavalue" table and discovered there are two
>>> columns (created and lastupdated). This I assume are supposed to be be the
>>> date (time stamp) of submission and update of the data values.
>>>
>>> In trying to query the API for the data values, I however have issues
>>> with fetching either the created or lastupdated time stamps. Is there any
>>> way to fetch these two fields (time stamps) along side the data values?
>>>
>>> Your prompt response'll be highly appreciated.
>>>
>>> Regards
>>>
>>>
>>> --
>>>
>>> Barnabas AKUMBA
>>>
>>> *Mobile:* +2348036195778
>>> *Skype:* barnabas.akumba
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Knut Staring
>>
>> Department of Information, Evidence and Research
>> World Health Organization, Geneva, Switzerland
>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>> Skype: knutstar
>>
>
>
>
> --
>
> Barnabas AKUMBA
>
> *Mobile:* +2348036195778
> *Skype:* barnabas.akumba
>



-- 
Knut Staring

Department of Information, Evidence and Research
World Health Organization, Geneva, Switzerland
Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
Skype: knutstar
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp