ETL Connector for ODK
  • Introduction
  • Connection
  • Data Preview
  • Data Import
  • Data Update
  • References
Powered by GitBook
On this page
  • ONA API structure:
  • KoboToolbox API structure:

Connection

PreviousIntroductionNextData Preview

Last updated 2 years ago

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:

If the connection is successful the following message is displayed

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

API Example:

KoboToolbox API structure:
https://kc.kobotoolbox.org/api/v1/data/formID?format=json
ONA API structure:
https://api.ona.io/api/v1/data/formID.json
ONA basic authentication example
koboToolbox basic authentication example
Successful connection