[Dhis2-devs] How to Get user Favorite

2014-08-06 Thread winhtaik aung
Hello dhis-devs Could you please tell me how to get user favourite data from WEB API? RegardsWin Htaik Aung(WHA)Contact on Skype winhtaikaung28 ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Lars Helge Ă˜verland
Hi Win, can you specify a bit more in detail what you mean with user favorite? Is it user settings, pivot table favorites, or something else? regards, Lars On Wed, Aug 6, 2014 at 9:33 AM, winhtaik aung winhtaikaun...@hotmail.com wrote: Hello dhis-devs Could you please tell me how to get

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Knut Staring
Hi WHA, The API does not actually use the word favorites, rather you have to look at the lists separately. So for Charts: https://apps.dhis2.org/api/charts.json http://localhost:8082/api/charts.json For Map layers: https://apps.dhis2.org/api/mapViews.json http://localhost:8082/api/mapViews.json

Re: [Dhis2-devs] How to Get user Favorite

2014-08-06 Thread Jan Henrik Ă˜verland
GIS favorites at https://apps.dhis2.org/dev/api/maps.json which has one or more *mapViews* (layers) as Knut mentioned. If you want to get all information about e.g. a report table you can do https://apps.dhis2.org/dev/api/reportTables/C0rhAq1oklh.json?fields=*,columns[*],rows[*],filters[*] but