Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To insert DHIS2 data, the following url:

Dev Environment

Code Block
languagejson
POST http://openhim-dev.psi-mis.org:5001/nifi.solidlines.io/surveys (DEV ENVIRONMENT)

Production Environment

Code Block
POST http://openhim.psi-mis.org:5001/moz/ussd/nifi/surveys (PRODUCTION ENVIRONMENT)

This endpoint expects a request body with the surveys to be inserted in DHIS2, so the request body must be the following:

...

The url to retrieve all the information of the data processed is the following:

Developer Environment

Code Block
GET http://openhim-dev.psi-mis.org:5001/nifi.solidlines.io/results

Production Environment

Code Block
GET http://openhim.psi-mis.org:5001/moz/ussd/nifi/results

...