Connection

ODKConnector gives the possibility to connect to ODK-based servers such as ONA and KoboToolbox using Request based basic Authentication to pull forms in the .json format.

API Example: https://api.ona.io/api/v1/data/formID.json

ONA basic authentication example

API Example: https://kc.kobotoolbox.org/api/v1/data/formID?format=json

koboToolbox basic authentication example

If the connection is successful the following message is displayed

Successful connection

Else, an error message will be fired indicating the issue.

Last updated