...
To insert DHIS2 data, the following url:
Dev Environment
Code Block | ||
---|---|---|
| ||
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 |
...