Which version are you using? In general, we would prefer that such requests for technical discussions be held via out mailing list
[email protected] The mailing list you are using now is really only for contacting the DHIS2 expert group. Could you move the discussion there please? On Thu, Jan 19, 2017 at 7:03 AM, Muhammad Masud Parvez < [email protected]> wrote: > Dear Jason, > > > > Thanks for your response. > > After running the CURL > > /api/dataSets/iUz0yoVeeiZ.json?fields=id,name,code, > dataSetElements%5bdataElement%5bid,code,categoryCombo%5b*%5d%5d > > > > I am getting below mentioned output. > > > > { > > "code": "Daily OPD and Emergency", > > "name": "Daily OPD and Emergency Visits, Admission Data Set", > > "id": "iUz0yoVeeiZ" > > } > > > > Thanks & Regards > > > > *Masud Parvez* > > CEH, MCITP, MCTS > > Analyst Programmer > > Health Systems and Population Studies Division > > International Centre for Diarrhoeal Disease Research (icddr,b) > > 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, > > Dhaka-1212, Bangladesh| > > Phone- 02-9827001-10 , Ext: 2244. > > > > *From:* Jason Pickering [mailto:[email protected]] > *Sent:* Thursday, January 19, 2017 11:56 AM > *To:* Muhammad Masud Parvez <[email protected]> > *Cc:* Lars Helge Øverland <[email protected]>; [email protected] > > *Subject:* Re: Requesting API information about categoryOptionComboslist > against datasetid > > > > It seems you want the category option combo of the data elements? If so, > something like this might work > > > > https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json? > fields=id,name,code,dataSetElements[dataElement[id,code,categoryCombo[*]] > > > > On Thu, Jan 19, 2017 at 6:50 AM, Muhammad Masud Parvez < > [email protected]> wrote: > > > > Dear Lars, > > > > Thanks for your response. When I am running the CURL command in postman > > > > /api/dataSets/pEaVGTvSsQn.json?fields=id,code,name, > categoryCombo%5bid,code,name,categoryOptionCombos%5bid,code,name%5d%5d > > > > > > I am getting below mentioned result. > > > > { > > "name": "EPI Infant and Women Data Set (Form-1&2) new", > > "id": "pEaVGTvSsQn", > > "categoryCombo": { > > "name": "default", > > "id": "VqkJtcTQb8E", > > "categoryOptionCombos": [ > > { > > "name": "default", > > "id": "dCWAvZ8hcrs" > > } > > ] > > } > > } > > > > > > But, in that dataset there are few categoryOptionCombos > > > > Any response on this regards are highly appreciable. > > Thanks & Regards > > > > > > *Masud Parvez* > > CEH, MCITP, MCTS > > Analyst Programmer > > Health Systems and Population Studies Division > > International Centre for Diarrhoeal Disease Research (icddr,b) > > 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, > > Dhaka-1212, Bangladesh| > > Phone- 02-9827001-10 , Ext: 2244. > > > > *From:* Lars Helge Øverland [mailto:[email protected]] > *Sent:* Wednesday, January 18, 2017 11:22 PM > *To:* Muhammad Masud Parvez <[email protected]> > *Cc:* [email protected] > *Subject:* Re: Requesting API information about categoryOptionComboslist > against datasetid > > > > Hi Masud, > > > > you can try something like this: > > > > https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json? > fields=id,code,name,categoryCombo[id,code,name, > categoryOptionCombos[id,code,name]] > > > > regards, > > > > Lars > > > > > > On Wed, Jan 18, 2017 at 5:08 PM, Muhammad Masud Parvez < > [email protected]> wrote: > > Dear Expert, > > > > Greetings from Bangladesh. > > > > Currently we are working on a project about developing a data warehouse > from DHIS2 and other sources of data for DGHS under MoHFW. > > So I am wondering is there any web API available where I could get > categoryOptionComboslist against datasetid like I am getting data element > list like below mentioned API > > /api/dataElements?filter=dataSets.id:eq: iUz0yoVeeiZ > > > > Any response on this regards are highly appreciable. > > > > Thanks & Regards > > > > *Masud Parvez* > > CEH, MCITP, MCTS > > Analyst Programmer > > Health Systems and Population Studies Division > > International Centre for Diarrhoeal Disease Research (icddr,b) > > 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali, > > Dhaka-1212, Bangladesh| > > Phone- 02-9827001-10 , Ext: 2244. > > > > > > > > -- > > Lars Helge Øverland > > Lead developer, DHIS 2 > > University of Oslo > > Skype: larshelgeoverland > > [email protected] > > http://www.dhis2.org <https://www.dhis2.org/> > > > > > > > > -- > > Jason P. Pickering > email: [email protected] > tel:+46764147049 <+46764147049> > -- Jason P. Pickering email: [email protected] tel:+46764147049
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp

