Skip to content

Kobocat [updated]

For developers and IT administrators, KoBoCAT is typically deployed using . Organizations that need to keep their data on-premises for privacy reasons can install their own instance of KoBoCAT via kobo-install.

Technically, Kobocat is a Python-based web application built on the Django framework. Its job is singular and critical: kobocat

About. kobocat is the data collection platform used in KoboToolbox. It is based on the excellent onadata platform developed by Ona... GitHub Show all bash curl -X POST https://kc.kobotoolbox.org/api/v1/submissions.json -H 'Authorization: Token YOUR_API_TOKEN' -H 'Content-Type: application/json' -d '{ "id": "YOUR_FORM_ID", "submission": { "first_name": "John", "last_name": "Doe", "meta": { "instanceID": "uuid:unique-identifier-here" } } }' Use code with caution. Copied to clipboard Important Legacy Changes User Interface Removed For developers and IT administrators, KoBoCAT is typically

Here's a short paragraph to get us started: Its job is singular and critical: About