Trying to autosave kobodata table in onedrive

Hello kobo community,

I’m trying to get my kobo data into my OneDrive account using - https://kf.kobotoolbox.org/api/v2/assets/[formid]/data/
I am using the correct form id and api key but I keep getting the api form builder page as a response when I test it.
I am a non-developer and would greatly appreciate any help with this put in complete simple terms.

Thanks in advance !

1 Like

Hi @shruthis, you need get your data in json format or xml format, you you need to add .json .xml to end of your link.

https://kf.kobotoolbox.org/api/v2/assets/[formid]/data.json
https://kf.kobotoolbox.org/api/v2/assets/[formid]/data.xml

1 Like

I’m getting the form builder page even when I test it in postman and even in incognito
I double checked the api key and form id
Is there any other way ?

I think you are missing something, I tested directly from the browser and postman and here is the results. I am sharing the link below to modify it for your form. I am using the eu server. In both method it return the data i collected in the Kobo without any issue or delay. Please check again and let me know.

https://eu.kobotoolbox.org/api/v2/assets/amC77oE2wsCrQRtamtaqSJ/data.json

1 Like