Creating the analytics tables using the Web API

Hi devs,

Is that possible? So we can start the process somehow with a call to the API.

Thanks

Jose

https://www.dhis2.org/doc/snapshot/en/user/html/ch25s25.html

···

On Nov 18, 2014 1:25 AM, “Jose Garcia Muñoz” josemp10@gmail.com wrote:

Hi devs,

Is that possible? So we can start the process somehow with a call to the API.

Thanks

Jose


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

Hi Jose,

example using curl:

curl "localhost/api/resourceTables" -X POST -u admin:district -v

regards,

Lars

ups… I forgot the see that chapter :slight_smile:

Thanks guys!

···

On Tue, Nov 18, 2014 at 12:12 PM, Lars Helge Øverland larshelge@gmail.com wrote:

Hi Jose,

example using curl:

curl “localhost/api/resourceTables” -X POST -u admin:district -v

regards,

Lars